Merge "Add -Wno-unused-parameter to LOCAL_CFLAGS"

This commit is contained in:
Chih-hung Hsieh
2014-12-04 01:04:09 +00:00
committed by Gerrit Code Review

View File

@@ -47,7 +47,7 @@ LOCAL_C_INCLUDES += \
# part of a system image.
LOCAL_PRELINK_MODULE := false
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter
include $(BUILD_STATIC_LIBRARY)