aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-02-01 13:58:00 -0800
committerAurimas Liutikas <aurimas@google.com>2019-02-01 14:10:13 -0800
commitaaa4ecdcd821496483f3fd542c9df6ddbf2c33a6 (patch)
treee8ace6ff9e17578613b4bdf10913a63858ccef63 /Android.bp
parentdd1a085edfbde881876e15fae181eb17d66afaf8 (diff)
downloadplatform_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.bp2
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: [