mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am abe3a35a: Add C++ compiler warning options
* commit 'abe3a35abfb95430bc1d5571c86ea749415d26e4': Add C++ compiler warning options
This commit is contained in:
commit
d4c439746d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user