clang-cl needs -Wno-missing-braces
...as in com_GCC_defs.mk Change-Id: Ic086a6f08945698cd35a312f98491cba403b9582
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user