From: Akim Demaille Date: Tue, 19 Feb 2013 16:42:33 +0000 (+0100) Subject: tests: fix failures with G++ 4.8 in Flex scanner X-Git-Tag: v2.7.90~73 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5ae8eb3202c501a070d3753f89f75893dcbd3f20?hp=5ae8eb3202c501a070d3753f89f75893dcbd3f20 tests: fix failures with G++ 4.8 in Flex scanner * 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. ---