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
0addb601
Commit
0addb601
authored
Feb 05, 2014
by
James Zern
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Merge "configure: use -Werror when testing CXX flags w/clang"
parents
06a28e93
8fcac742
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
0addb601
...
...
@@ -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