summaryrefslogtreecommitdiff
path: root/tests/bison_nr_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bison_nr_main.c')
-rw-r--r--tests/bison_nr_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bison_nr_main.c b/tests/bison_nr_main.c
index 2585750..f5dd98a 100644
--- a/tests/bison_nr_main.c
+++ b/tests/bison_nr_main.c
@@ -28,6 +28,9 @@ extern int testparse(void);
int main ( int argc, char** argv )
{
+ (void)argc;
+ (void)argv;
+
/*yydebug =1;*/
testin = stdin;
testparse ( );