🚧 clean up
This commit is contained in:
parent
6408402ad2
commit
513eb3ab5f
3 changed files with 62 additions and 86 deletions
|
@ -613,7 +613,7 @@ TEST_CASE("parser class")
|
|||
|
||||
// test case to make sure the callback is properly evaluated after reading a key
|
||||
{
|
||||
json::parser_callback_t cb = [](int depth, json::parse_event_t event, json & parsed)
|
||||
json::parser_callback_t cb = [](int, json::parse_event_t event, json&)
|
||||
{
|
||||
if (event == json::parse_event_t::key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue