summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2016-12-20 12:29:48 -0800
committerJoe Onorato <joeo@google.com>2016-12-20 22:28:56 -0800
commit73c109a0894b5cbc1007470ae4db27a4a397eff7 (patch)
tree40a87f227779fa01eb5a35e18ef2beae1ba6fcfd
parent5a991adaf5a362761b2600af34989f38fbfc74ec (diff)
turn off warning that proto generated code causes.
Test: make Change-Id: Ife3006dc16691dd95a2cc3d36c9b8832970601c9
-rw-r--r--tools/incident_report/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/incident_report/Android.mk b/tools/incident_report/Android.mk
index ed89bd6251e3..9e56e3d7eeaf 100644
--- a/tools/incident_report/Android.mk
+++ b/tools/incident_report/Android.mk
@@ -34,6 +34,8 @@ LOCAL_SHARED_LIBRARIES := \
libplatformprotos \
libprotobuf-cpp-full
+LOCAL_C_FLAGS := \
+ -Wno-unused-parameter
include $(BUILD_HOST_EXECUTABLE)