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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user