]> git.saurik.com Git - bison.git/blobdiff - tests/torture.at
build: re-enable compiler warnings, and fix them
[bison.git] / tests / torture.at
index ad9bf9b20db719ace1920926f3c9bf514f434d3b..d6b2806a202702faf57028dd41d6191ca25a0bd6 100644 (file)
@@ -403,7 +403,7 @@ get_args (int argc, const char **argv)
 {
   int res;
   char *endp;
-  assert (argc == 2);
+  assert (argc == 2); (void) argc;
   res = strtol (argv[1], &endp, 10);
   assert (argv[1] != endp);
   assert (0 <= res);