Remove warning about parser signature being wrong
This commit is contained in:
parent
c95b2987b1
commit
62d793b939
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#include "parser_internal.h"
|
#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
|
// not a mistake, this parser always fails
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue