]> git.saurik.com Git - bison.git/commit
Add gcc's -Wundef to test suite and fix another warning from it.
authorJoel E. Denny <jdenny@clemson.edu>
Wed, 16 Dec 2009 18:19:19 +0000 (13:19 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Wed, 16 Dec 2009 18:43:59 +0000 (13:43 -0500)
commit3d04b5673d26813f3fcec37982ee84d05c3d71aa
tree05f7d087ed9c3eb9f742f4e12da5602ddff57582
parent39c2566994381b0b265a9c5295a611f4ee59fb78
Add gcc's -Wundef to test suite and fix another warning from it.

* NEWS (2.4.2): Update description of -Wundef fix.
* configure.ac (WARN_CXXFLAGS_TEST): New substitution.
(WARN_CFLAGS_TEST): New substitution.
* data/glr.c: Avoid warning about __STRICT_ANSI__.
* tests/atlocal.in (CFLAGS): Use WARN_CFLAGS_TEST instead of
WARN_CFLAGS.
(CXXFLAGS): Use WARN_CXXFLAGS_TEST instead of WARN_CXXFLAGS.
(cherry picked from commit a603c6e0bb8b9e79d4136ee0fd0d1bf6a7d010ef)

Conflicts:

tests/atlocal.in
ChangeLog
NEWS
configure.ac
data/glr.c
tests/atlocal.in