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
Yushin Cho
aom-rav1e
Commits
8a64f516
Commit
8a64f516
authored
Aug 07, 2015
by
Nico Weber
Committed by
James Zern
Aug 07, 2015
Browse files
clang/win: Make libvpx build with -Wunused-function.
BUG=chromium:505316 Change-Id: I1c951eb99fd0487e1bc70ebb2852b981fd69ed8a
parent
a9aa29d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/vpx_codec.h
View file @
8a64f516
...
...
@@ -69,7 +69,7 @@ extern "C" {
/*!\brief Decorator indicating a function is potentially unused */
#ifdef UNUSED
#elif
__GNUC__
#elif
defined(__GNUC__) || defined(__clang__)
#define UNUSED __attribute__ ((unused))
#else
#define UNUSED
...
...
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