From: James Zern Date: Thu, 6 Feb 2014 01:31:48 +0000 (-0800) Subject: configure: use -Werror when testing CXX flags w/clang X-Git-Tag: v1.4.0~2476^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fcac742560122e089c36d45238af7d8af5f0f89;p=libvpx configure: use -Werror when testing CXX flags w/clang Change-Id: Ia7d827d391941b4b507e568c99cc83531273433c --- diff --git a/build/make/configure.sh b/build/make/configure.sh index 8dcb9bbf4..b5151da13 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -337,7 +337,7 @@ check_cxxflags() { # Catch CFLAGS that trigger CXX warnings case "$CXX" in - *g++*) check_cxx -Werror "$@" <