]> git.saurik.com Git - bison.git/commitdiff
tests: add -pedantic for --enable-gcc-warnings.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 21 Aug 2011 17:07:16 +0000 (13:07 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 21 Aug 2011 21:15:26 +0000 (17:15 -0400)
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.
(cherry picked from commit 5422d56a718805a2470558808355e04182a12d65)


No differences found