]> git.saurik.com Git - bison.git/commitdiff
tests: fix failures with G++ 4.8 in Flex scanner
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 19 Feb 2013 16:42:33 +0000 (17:42 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 19 Feb 2013 16:42:33 +0000 (17:42 +0100)
* configure.ac (WARN_NO_NULL_CONVERSION_CXXFLAGS): Rename as...
(FLEX_SCANNER_CXXFLAGS): this.
Pass -Wno-zero-as-null-pointer-constant to G++ if it supports it.
* examples/calc++/local.mk: Adjust.


No differences found