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

Commit 5b688e84 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Disable -Werror on Clang" into mnc-dev

parents 3bd053f9 e6178208
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -118,5 +118,9 @@ endif

# Defaults for ATRACE_TAG and LOG_TAG for libhwui
LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\"
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wunreachable-code

LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wunreachable-code
# b/21698669
ifneq ($(USE_CLANG_PLATFORM_BUILD),true)
    LOCAL_CFLAGS += -Werror
endif