clang-cl needs -Wno-missing-braces

...as in com_GCC_defs.mk

Change-Id: Ic086a6f08945698cd35a312f98491cba403b9582
This commit is contained in:
Stephan Bergmann
2015-12-01 11:24:13 +01:00
parent b3e1b52252
commit f95f1df02e

View File

@@ -232,6 +232,12 @@ gb_CFLAGS += \
endif
ifeq ($(COM_IS_CLANG),TRUE)
gb_CXXFLAGS += \
-Wno-missing-braces \
endif
# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
gb_RCFLAGS += -nologo