aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-02-02 02:10:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-02 02:10:46 +0000
commit88df183035633793651ff1b79b9ec0d1e2ea196f (patch)
treee8ace6ff9e17578613b4bdf10913a63858ccef63
parentdd1a085edfbde881876e15fae181eb17d66afaf8 (diff)
parentaaa4ecdcd821496483f3fd542c9df6ddbf2c33a6 (diff)
downloadprotobuf-88df183035633793651ff1b79b9ec0d1e2ea196f.tar.gz
Merge "Suppress unused-const-variable warnings."
-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: [