]> git.saurik.com Git - bison.git/commit - ChangeLog
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)
commit5422d56a718805a2470558808355e04182a12d65
tree299f35efcfacc6836ed7dc45e6e38ad9ae990b2d
parent7451638148706f6317975db418cc78e488f420aa
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.
ChangeLog
configure.ac
tests/synclines.at