summaryrefslogtreecommitdiff
path: root/tests/top_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/top_main.c')
-rw-r--r--tests/top_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/top_main.c b/tests/top_main.c
index 3ac436d..d383ce5 100644
--- a/tests/top_main.c
+++ b/tests/top_main.c
@@ -30,6 +30,9 @@
int
main ( int argc, char** argv )
{
+ (void)argc;
+ (void)argv;
+
yyscan_t scanner;
FILE *fp;
char * extra = "EXTRA";