Skip to content
GitLab
Menu
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
4b8f7a67
Commit
4b8f7a67
authored
May 03, 2013
by
James Zern
Committed by
Gerrit Code Review
May 03, 2013
Browse files
Merge "configure: special case flag test for clang" into experimental
parents
3fa5b39d
dfa2fb52
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
4b8f7a67
...
...
@@ -601,7 +601,10 @@ process_toolchain() {
check_add_cflags
-Wimplicit-function-declaration
check_add_cflags
-Wuninitialized
check_add_cflags
-Wunused-variable
check_add_cflags
-Wunused-but-set-variable
case
${
CC
}
in
*
clang
*
)
;;
*
)
check_add_cflags
-Wunused-but-set-variable
;;
esac
enabled extra_warnings
||
check_add_cflags
-Wno-unused-function
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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