From: Joel E. Denny Date: Sun, 21 Aug 2011 17:07:16 +0000 (-0400) Subject: tests: add -pedantic for --enable-gcc-warnings. X-Git-Tag: v2.5.1_rc2~145 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5422d56a718805a2470558808355e04182a12d65?hp=5422d56a718805a2470558808355e04182a12d65 tests: add -pedantic for --enable-gcc-warnings. This should help to avoid some portability problems. For example, it would have revealed the empty unions fixed by the last patch * configure.ac (WARN_CFLAGS_TESTS, WARN_CXXFLAGS_TEST): Implement. * tests/synclines.at (AT_TEST_SYNCLINE): Avoid -pedantic warning about an empty translation unit. ---