am ccce6e0f: Merge "Add -Wno-unused-parameter to LOCAL_CFLAGS"
* commit 'ccce6e0f9f6f4da95d61fb2cfb1253ac662fba30': Add -Wno-unused-parameter to LOCAL_CFLAGS
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user