]> git.saurik.com Git - bison.git/blobdiff - tests/named-refs.at
tests: update our Valgrind suppression files
[bison.git] / tests / named-refs.at
index 1b76c800a986c07826e389c238e0c37a6f272764..17516a6ae44eedaa42126c3e82027c800fb3900b 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-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
@@ -162,8 +162,8 @@ int main (int argc, const char **argv)
     }
   status = yyparse ();
   fclose (input);
-  assert (global_result == result);
-  assert (global_count == count);
+  assert (global_result == result); (void) global_result; (void) result;
+  assert (global_count == count);   (void) global_count;  (void) count;
   return status;
 }
 ]])