diff --git a/src/test.cpp b/src/test.cpp index 23c2ece..42a053c 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -517,10 +517,7 @@ private: MUSTTAIL return table[top][token](self); } - static bool reject(Parser2 *self) { - self->pop(); - return false; - } + static bool reject(Parser2 *) { return false; } static bool object(Parser2 *self) { self->pop(); self->callbacks->on_begin_object(self->data);