am 2b2f1ae8
: Merge "Add -Wno-unused-parameter to suppress the warning."
* commit '2b2f1ae86fb791e9f2fff25f93e7f2c4db010bf6': Add -Wno-unused-parameter to suppress the warning.
This commit is contained in:
commit
8fb85b37af
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ endif
|
|||
|
||||
LOCAL_SHARED_LIBRARIES += libdl libcutils liblog libgccdemangle
|
||||
|
||||
LOCAL_CFLAGS += -std=gnu99 -Werror
|
||||
LOCAL_CFLAGS += -std=gnu99 -Werror -Wno-unused-parameter
|
||||
LOCAL_MODULE := libcorkscrew
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
|
@ -81,7 +81,7 @@ ifeq ($(HOST_OS),linux)
|
|||
LOCAL_SHARED_LIBRARIES += libgccdemangle # TODO: is this even needed on Linux?
|
||||
LOCAL_LDLIBS += -lrt
|
||||
endif
|
||||
LOCAL_CFLAGS += -std=gnu99 -Werror
|
||||
LOCAL_CFLAGS += -std=gnu99 -Werror -Wno-unused-parameter
|
||||
LOCAL_MODULE := libcorkscrew
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
include $(BUILD_HOST_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue