Commit 964dde93 by Nicolas Capens Committed by Nicolas Capens

Disable mixed enum types warning for Subzero.

Bug b/110185979 Bug b/72330874 Change-Id: I593e975dca0798d027c8c5476e384eeca0fd1f7f Reviewed-on: https://swiftshader-review.googlesource.com/19428Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 1fa20678
......@@ -118,7 +118,8 @@ LOCAL_CFLAGS += \
-Wno-implicit-exception-spec-mismatch \
-Wno-overloaded-virtual \
-Wno-non-virtual-dtor \
-Wno-unknown-warning-option
-Wno-unknown-warning-option \
-Wno-enum-compare-switch
ifneq (16,${PLATFORM_SDK_VERSION})
LOCAL_CFLAGS += -Xclang -fuse-init-array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment