diff options
| author | Aurimas Liutikas <aurimas@google.com> | 2019-02-01 13:58:00 -0800 |
|---|---|---|
| committer | Aurimas Liutikas <aurimas@google.com> | 2019-02-01 14:10:13 -0800 |
| commit | aaa4ecdcd821496483f3fd542c9df6ddbf2c33a6 (patch) | |
| tree | e8ace6ff9e17578613b4bdf10913a63858ccef63 /Android.bp | |
| parent | dd1a085edfbde881876e15fae181eb17d66afaf8 (diff) | |
| download | platform_external_protobuf-aaa4ecdcd821496483f3fd542c9df6ddbf2c33a6.tar.gz platform_external_protobuf-aaa4ecdcd821496483f3fd542c9df6ddbf2c33a6.tar.bz2 platform_external_protobuf-aaa4ecdcd821496483f3fd542c9df6ddbf2c33a6.zip | |
Suppress unused-const-variable warnings.
We don't fix these warnings and upstream has them suppressed,
let's not pretend we care about them.
Test: make -j
Change-Id: I29c91ceebd69b4bafd3f954906e91933d887202f
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 06e880676..63d602aa3 100644 --- a/Android.bp +++ b/Android.bp @@ -24,7 +24,7 @@ IGNORED_WARNINGS = [ cc_defaults { name: "protobuf-cflags-defaults", clang_cflags: [ - "-Wno-error=unused-const-variable", + "-Wno-unused-const-variable", "-Wno-error=user-defined-warnings", ], cflags: [ |
