]> git.saurik.com Git - bison.git/commit - tests/synclines.at
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)
commitd63311dfb967f077bde57ee34e72604edbde80ab
treee3315e9fd50456b2f0dc998558df89b40ca1e3da
parent765e1bd4fc08bdee636b8aeab12908d8895ece67
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.
(cherry picked from commit 5422d56a718805a2470558808355e04182a12d65)
ChangeLog
configure.ac
tests/synclines.at