CTS: Suppress -Wunused-parameter

Suppress unused-parameter warnings to lower build-time spam.

Bug: 18632512
Test: mmma cts
Change-Id: I2af0a9b0009e91415f87a397611d716567fbb16b
This commit is contained in:
Andreas Gampe
2017-06-08 14:22:34 -07:00
parent 54a417d822
commit ee1fcef3a1

View File

@@ -27,6 +27,9 @@ LOCAL_C_INCLUDES := $(JNI_H_INCLUDE)
LOCAL_SHARED_LIBRARIES := libnativehelper_compat_libc++ liblog
LOCAL_CXX_STL := libc++_static
LOCAL_CFLAGS := -Wno-unused-parameter
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)