]> git.saurik.com Git - bison.git/commit - configure.ac
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:20:49 +0000 (13:20 -0500)
commita603c6e0bb8b9e79d4136ee0fd0d1bf6a7d010ef
tree12d11f37d6b3f3715321bf59e80a7c89fc0a8f55
parent19750d310c1f21b72fc26d0b8905fac08d175130
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.
(NO_WERROR_CFLAGS): Likewise.
(CXXFLAGS): Use WARN_CXXFLAGS_TEST instead of WARN_CXXFLAGS.
ChangeLog
NEWS
configure.ac
data/glr.c
tests/atlocal.in