]> 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 20:23:11 +0000 (16:23 -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.


No differences found