Index: source/libvpx/build/make/configure.sh |
=================================================================== |
--- source/libvpx/build/make/configure.sh (revision 251189) |
+++ source/libvpx/build/make/configure.sh (working copy) |
@@ -337,7 +337,7 @@ |
# Catch CFLAGS that trigger CXX warnings |
case "$CXX" in |
- *g++*) check_cxx -Werror "$@" <<EOF |
+ *c++-analyzer|*clang++|*g++*) check_cxx -Werror "$@" <<EOF |
int x; |
EOF |
;; |