summaryrefslogtreecommitdiff
path: root/tests/rescan_nr.direct.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rescan_nr.direct.l')
-rw-r--r--tests/rescan_nr.direct.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rescan_nr.direct.l b/tests/rescan_nr.direct.l
index 18f29bb..84de3a4 100644
--- a/tests/rescan_nr.direct.l
+++ b/tests/rescan_nr.direct.l
@@ -51,6 +51,8 @@ main (int argc, char* const argv[])
FILE* fp;
int i;
+ (void)argc;
+
if ((fp = fopen(argv[1],"r")) == NULL){
perror("Failed to open input file.");
return 1;