From: Joel E. Denny Date: Sat, 16 Apr 2011 22:26:18 +0000 (-0400) Subject: tests: pacify gcc 4.6.0's -Wunused-but-set-variable. X-Git-Tag: v2.5_rc1~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c9e2da4f20c97c4cb53b68d4912dbdb8836df9a4?hp=c9e2da4f20c97c4cb53b68d4912dbdb8836df9a4 tests: pacify gcc 4.6.0's -Wunused-but-set-variable. Reported by Jim Meyering at . * tests/actions.at (Default %printer and %destructor for mid-rule values): Define YYLLOC_DEFAULT so that it uses its Rhs argument. ---