From 73c109a0894b5cbc1007470ae4db27a4a397eff7 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Tue, 20 Dec 2016 12:29:48 -0800 Subject: [PATCH] turn off warning that proto generated code causes. Test: make Change-Id: Ife3006dc16691dd95a2cc3d36c9b8832970601c9 --- tools/incident_report/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/incident_report/Android.mk b/tools/incident_report/Android.mk index ed89bd6251e34..9e56e3d7eeaf0 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)