| 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
|
|
|