Use -Werror in packages/apps/Messaging/jni
am: cd6efe25a4
Change-Id: I56f5bee51ab4a56b11fc4e639b063728735f31e0
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ LOCAL_C_INCLUDES := \
|
||||
LOCAL_MODULE := libgiftranscode
|
||||
LOCAL_SRC_FILES := GifTranscoder.cpp
|
||||
|
||||
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wno-switch
|
||||
LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-switch
|
||||
|
||||
LOCAL_SDK_VERSION := 19
|
||||
LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
|
||||
|
||||
Reference in New Issue
Block a user