Use -Werror in packages/apps/Messaging/jni
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I3d7f5b98523c9fee08f2d1c29178ae050923617c
This commit is contained in:
@@ -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