From aaa4ecdcd821496483f3fd542c9df6ddbf2c33a6 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Fri, 1 Feb 2019 13:58:00 -0800 Subject: 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ -- cgit v1.2.3