json error handler: fix -Wunused-parameter warning
This commit is contained in:
parent
f562f6e5d4
commit
58645c7842
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ struct error_handler
|
|||
{
|
||||
using result_type = void;
|
||||
void operator() (
|
||||
Iterator, Iterator last,
|
||||
Iterator, Iterator,
|
||||
Iterator err_pos, boost::spirit::info const& what) const
|
||||
{
|
||||
std::stringstream s;
|
||||
|
|
Loading…
Reference in a new issue