We're about to use this library in a big software project that has strict guidelines about compiler warnings. The parser library emits a bunch of unused parameter warnings. We could silence -Wunused-parameter for the parser includes, but you might be interested in cleaning those up.