mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
clang and -Wno-missing-field-initializers
This commit is contained in:
parent
cfce691a50
commit
2dd446dbdb
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ endif # COMPILE_DEBUG
|
|||
|
||||
|
||||
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
|
||||
ifeq ($(PLATFORM), Darwin)
|
||||
LTC_CFLAGS += -Wno-nullability-completeness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue