turn off warning that proto generated code causes.

Test: make
Change-Id: Ife3006dc16691dd95a2cc3d36c9b8832970601c9
This commit is contained in:
Joe Onorato
2016-12-20 12:29:48 -08:00
parent 5a991adaf5
commit 73c109a089

View File

@@ -34,6 +34,8 @@ LOCAL_SHARED_LIBRARIES := \
libplatformprotos \
libprotobuf-cpp-full
LOCAL_C_FLAGS := \
-Wno-unused-parameter
include $(BUILD_HOST_EXECUTABLE)