Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bba87840 authored by Stephen Hines's avatar Stephen Hines Committed by Gerrit Code Review
Browse files

Merge "Disable warning triggered in Clang r271374"

parents e2994438 b6709700
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,4 +50,8 @@ LOCAL_SHARED_LIBRARIES := liblog libutils libfilterfw

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)