Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
8fcac742
Commit
8fcac742
authored
Feb 05, 2014
by
James Zern
Browse files
configure: use -Werror when testing CXX flags w/clang
Change-Id: Ia7d827d391941b4b507e568c99cc83531273433c
parent
6432ae49
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
8fcac742
...
...
@@ -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
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment