Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: libvpx.gyp

Issue 1301483002: Build libvpx with -Wno-unused-function. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index e9e66ec464fda6b19ff973dd7e1d7c5e05b10dfd..2a4299faf98dfb46dc17dc333bab199b60c8bddc 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -65,6 +65,8 @@
'-Wno-conversion',
# libvpx does `if ((a == b))` in some places.
'-Wno-parentheses-equality',
+ # libvpx has many static functions in header, which trigger this warning
+ '-Wno-unused-function',
],
'clang_warning_flags_unset': [
# libvpx does assert(!"foo"); in some places.
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698