X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/55dd35633675f588c58ead46ecd6b5f4db504192..c9e2da4f20c97c4cb53b68d4912dbdb8836df9a4:/tests/actions.at diff --git a/tests/actions.at b/tests/actions.at index 37616506..c95038ea 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -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) %}