]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
c++: style: use "unsigned", not "unsigned int"
[bison.git] / tests / actions.at
index 2671ca5478fb7a58a1c7d3308642b344a4c7cf8f..d538f883e9b6acca4549ce9b3b127c8f88ba092c 100644 (file)
@@ -633,7 +633,7 @@ main (int argc, const char *argv[])
 {
   int status;
   yydebug = !!getenv ("YYDEBUG");
-  assert (argc == 2);
+  assert (argc == 2); (void) argc;
   source = argv[1];
   status = yyparse ();
   switch (status)