On 01/15/2013 01:10 AM, Jakub Jelinek wrote:
2013-01-15 Jakub Jelinek
* sanitizer_common/Makefile.am (AM_CXXFLAGS): Remove
-Wno-c99-extensions.
* interception/Makefile.am (AM_CXXFLAGS): Likewise.
* asan/Makefile.am (AM_CXXFLAGS): Likewise.
* sanitizer_com
Hi!
The -Wno-c99-extensions option isn't supported by GCC (and never was), guess
Wei copied it over from llvm makefiles. GCC normally doesn't error out on
it, just warns.
Fixed thusly, ok for trunk?
2013-01-15 Jakub Jelinek
* sanitizer_common/Makefile.am (AM_CXXFLAGS): Remove