diff options
-rw-r--r-- | tools/incident_report/Android.mk | 2 |
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) |