json error handler: fix -Wunused-parameter warning

This commit is contained in:
Dane Springmeyer 2015-02-11 23:13:59 -08:00
parent f562f6e5d4
commit 58645c7842

View file

@ -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;