Merge "Clang does not recognize -Wno-literal-suffix."
This commit is contained in:
commit
b699b0ea58
|
@ -53,7 +53,8 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \
|
|||
-Wno-maybe-uninitialized \
|
||||
-Wno-error=maybe-uninitialized \
|
||||
-fno-canonical-system-headers \
|
||||
-Wno-unused-local-typedefs
|
||||
-Wno-unused-local-typedefs \
|
||||
-Wno-literal-suffix
|
||||
|
||||
# Clang flags for all host rules
|
||||
CLANG_CONFIG_HOST_EXTRA_ASFLAGS :=
|
||||
|
|
Loading…
Reference in New Issue