]> git.saurik.com Git - bison.git/blobdiff - tests/cxx-type.at
tests: c++: fix symbol lookup issue
[bison.git] / tests / cxx-type.at
index c1a3a61e29153cae2037f0a677655a401b61786e..e112a2cf11b954949b2a26f0b2878d3860fce105 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -127,7 +127,7 @@ declarator : ID
 int
 main (int argc, char **argv)
 {
-  assert (argc == 2);
+  assert (argc == 2); (void) argc;
   if (!freopen (argv[1], "r", stdin))
     return 3;
   return yyparse ();