Add C++ compiler warning options

Change-Id: I0d79d450c5cca887d02a1087128c1d3eb0bf0b7f
main
Ken Wakasa 2013-12-18 23:29:35 +09:00
parent d8f35f7b4c
commit abe3a35abf
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ LATIN_IME_SRC_DIR := src
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
-Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls -Wno-system-headers
-Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls \
-Woverloaded-virtual -Wstrict-null-sentinel -Wsign-promo -Wno-system-headers
ifeq ($(TARGET_ARCH), arm)
ifeq ($(TARGET_GCC_VERSION), 4.6)