From 2dd446dbdb8d3da54e50228f55750eaeae6e196e Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 14 Sep 2017 17:11:06 +0200 Subject: [PATCH] clang and -Wno-missing-field-initializers --- makefile_include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_include.mk b/makefile_include.mk index 792f63e..f422135 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -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