]> git.ipfire.org Git - thirdparty/valgrind.git/commit
clang, as opposed to gcc, does not terminate with a non-zero return code
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Jun 2015 21:19:06 +0000 (21:19 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Jun 2015 21:19:06 +0000 (21:19 +0000)
commitb6c5130bdc35be74239bf983f62376f239597bfc
tree58f4ac30982c9cd3b6e1972b8eedbbf700109a16
parenta424add6e9b72e8309bcdbe4c5a68b3f07ae5107
clang, as opposed to gcc, does not terminate with a non-zero return code
in case an unrecognised command line option is encountered. configure.ac
however was assuming just that which led to compile time warnings later on.
Add -Werror to the configure bits to make clang behave like gcc in this
regard. Fixes BZ #348565.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15323
NEWS
configure.ac