Adjust C++ compiler warning flags with the off-device TRT

Change-Id: I031d191f8de99789fa0c000c01d61baffa2d3627
main
Ken Wakasa 2012-10-29 18:22:53 +09:00
parent e5b68fb51d
commit fd08cd498e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ LATIN_IME_SRC_FULLPATH_DIR := $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
LOCAL_C_INCLUDES += $(LATIN_IME_SRC_FULLPATH_DIR) $(LATIN_IME_SRC_FULLPATH_DIR)/gesture
LOCAL_CFLAGS += -Werror -Wall
LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wno-system-headers
# To suppress compiler warnings for unused variables/functions used for debug features etc.
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function