Skip to content
Snippets Groups Projects
Commit 62d793b9 authored by Nicolas Léveillé's avatar Nicolas Léveillé
Browse files

Remove warning about parser signature being wrong

parent c95b2987
No related branches found
No related tags found
No related merge requests found
#include "parser_internal.h"
static HParseResult* parse_nothing() {
static HParseResult* parse_nothing(void* x,HParseState* y) {
(void)(x);
(void)(y);
// not a mistake, this parser always fails
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment