Commit 0addb601 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "configure: use -Werror when testing CXX flags w/clang"

parents 06a28e93 8fcac742
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -337,7 +337,7 @@ check_cxxflags() {
# 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
;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment