]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
tests: pacify gcc 4.6.0's -Wunused-but-set-variable.
[bison.git] / tests / actions.at
index 24c6ac8a4ea6752a266ab75e1a1e22db44c5023a..7f2d7eed828de60db1f6b7f038623f74c9e6936c 100644 (file)
@@ -1199,7 +1199,7 @@ AT_DATA_GRAMMAR([[input.y]],
   static int yylex (void);
 # define USE(SYM)
 # define YYLTYPE int
-# define YYLLOC_DEFAULT(Current, Rhs, N)
+# define YYLLOC_DEFAULT(Current, Rhs, N) (void)(Rhs)
 # define YY_LOCATION_PRINT(File, Loc)
 %}