clang and -Wno-missing-field-initializers
This commit is contained in:
parent
cfce691a50
commit
2dd446dbdb
@ -102,7 +102,7 @@ endif # COMPILE_DEBUG
|
|||||||
|
|
||||||
|
|
||||||
ifneq ($(findstring clang,$(CC)),)
|
ifneq ($(findstring clang,$(CC)),)
|
||||||
LTC_CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare -Wno-builtin-requires-header
|
LTC_CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare -Wno-builtin-requires-header -Wno-missing-field-initializers
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM), Darwin)
|
ifeq ($(PLATFORM), Darwin)
|
||||||
LTC_CFLAGS += -Wno-nullability-completeness
|
LTC_CFLAGS += -Wno-nullability-completeness
|
||||||
|
Loading…
Reference in New Issue
Block a user