OSDN Git Service

Add -Wno-implicit-fallthrough to CFLAGS. oreo-x86 pie-x86 q-x86 r-x86 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6 android-x86-9.0-r1 android-x86-9.0-r2
authorMichael Goffioul <michael.goffioul@lincor.com>
Sat, 5 Oct 2019 00:15:40 +0000 (20:15 -0400)
committerserver158 <server158@openthos.org>
Sat, 5 Oct 2019 04:01:31 +0000 (12:01 +0800)
Android.mk

index e5402a4..a3ffeb5 100644 (file)
@@ -9,6 +9,9 @@ LOCAL_SRC_FILES := \
 LOCAL_C_INCLUDES := \
        external/mesa/include \
 
+LOCAL_CFLAGS := \
+       -Wno-implicit-fallthrough
+
 LOCAL_MODULE := libtxc_dxtn
 
 include $(BUILD_SHARED_LIBRARY)