Kaydet (Commit) 6266df99 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: disable MSVC warning C4351

"new behavior: elements of array FOO will be default initialized"
sounds utterly useless.

Change-Id: I7870734c92bcd52c7fc0a9a251f6d007122c95a6
üst 7eebbf5c
......@@ -152,6 +152,7 @@ gb_CXXFLAGS := \
-wd4290 \
-wd4294 \
-wd4350 \
-wd4351 \
-wd4355 \
-wd4365 \
-wd4503 \
......
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