Merge "Disable warning triggered in Clang r271374"
This commit is contained in:
@@ -50,4 +50,8 @@ LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw
|
|||||||
|
|
||||||
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
|
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
|
||||||
|
|
||||||
|
# Bug: http://b/29823425 Disable constant-conversion warning triggered in
|
||||||
|
# native/imageproc/to_rgba.c
|
||||||
|
LOCAL_CFLAGS += -Wno-constant-conversion
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|||||||
Reference in New Issue
Block a user