Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
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
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure
configure
+4
-1
No files found.
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
Markdown
is supported
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