Skip to content

Commit

Permalink
Avoid unused parameter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 21, 2023
1 parent 6060849 commit 9678dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/info_grammar_spirit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct info_grammar: public spirit::classic::grammar<info_grammar>
spirit::classic::rule<typename spirit::classic::lexeme_scanner<Scanner>::type> chr, qchr, escape_seq;
spirit::classic::rule<Scanner> string, qstring, cstring, key, value, entry, info;

definition(const info_grammar &self)
definition(const info_grammar & /*self*/)
{

using namespace spirit::classic;
Expand Down

0 comments on commit 9678dec

Please sign in to comment.