Kaydet (Commit) f95f1df0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-cl needs -Wno-missing-braces

...as in com_GCC_defs.mk

Change-Id: Ic086a6f08945698cd35a312f98491cba403b9582
üst b3e1b522
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment