Clang rejects -Wno-old-style-declaration flag.
BUG: 17258227 Change-Id: I2a35263298ffd8dd7cda25183e185274cbf62b7b
This commit is contained in:
parent
b699b0ea58
commit
fb482c6d5d
|
@ -43,18 +43,19 @@ CLANG_CONFIG_EXTRA_CFLAGS += \
|
|||
-Werror=int-conversion
|
||||
|
||||
CLANG_CONFIG_UNKNOWN_CFLAGS := \
|
||||
-funswitch-loops \
|
||||
-fno-tree-sra \
|
||||
-finline-limit=64 \
|
||||
-fno-canonical-system-headers \
|
||||
-fno-tree-sra \
|
||||
-funswitch-loops \
|
||||
-Wmaybe-uninitialized \
|
||||
-Wno-error=maybe-uninitialized \
|
||||
-Wno-literal-suffix \
|
||||
-Wno-maybe-uninitialized \
|
||||
-Wno-old-style-declaration \
|
||||
-Wno-psabi \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-unused-but-set-parameter \
|
||||
-Wmaybe-uninitialized \
|
||||
-Wno-maybe-uninitialized \
|
||||
-Wno-error=maybe-uninitialized \
|
||||
-fno-canonical-system-headers \
|
||||
-Wno-unused-local-typedefs \
|
||||
-Wno-literal-suffix
|
||||
-Wno-unused-local-typedefs
|
||||
|
||||
# Clang flags for all host rules
|
||||
CLANG_CONFIG_HOST_EXTRA_ASFLAGS :=
|
||||
|
|
Loading…
Reference in New Issue