summaryrefslogtreecommitdiff
path: root/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/lex/lexer/lexertl/functor_data.hpp')
-rw-r--r--boost/spirit/home/lex/lexer/lexertl/functor_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp b/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp
index dfad49b67a..6b36cc6942 100644
--- a/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp
+++ b/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp
@@ -168,7 +168,7 @@ namespace boost { namespace spirit { namespace lex { namespace lexertl
std::size_t get_state() const { return 0; }
void set_state(std::size_t) {}
- void set_end(Iterator const& it) {}
+ void set_end(Iterator const& /*it*/) {}
Iterator& get_first() { return first_; }
Iterator const& get_first() const { return first_; }