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

Unified Diff: third_party/android_protobuf/android_protobuf.gyp

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 5 years 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 | « third_party/android_protobuf/BUILD.gn ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_protobuf/android_protobuf.gyp
diff --git a/third_party/android_protobuf/android_protobuf.gyp b/third_party/android_protobuf/android_protobuf.gyp
index 9d7061bc136b8bedf01e88eeb75747dc0169e9cc..ead49f8edca780bcbb7f3060619e80f5701bb3a4 100644
--- a/third_party/android_protobuf/android_protobuf.gyp
+++ b/third_party/android_protobuf/android_protobuf.gyp
@@ -128,6 +128,8 @@
'cflags': [
'-Wno-null-conversion',
'-Wno-tautological-undefined-compare',
+ '-Wno-unused-function',
+ '-Wno-unused-local-typedef',
],
'defines': [
# This macro must be defined to suppress the use
« no previous file with comments | « third_party/android_protobuf/BUILD.gn ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698