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

More blind fix attempt for MSVC

Change-Id: Ic3374bbf71cd7975ce1523a5a9ab47e57f5aad51
üst 08e18475
......@@ -120,6 +120,8 @@ gb_AFLAGS := $(AFLAGS)
# C4512: 'class' : assignment operator could not be generated
# (an issue with MSVC 2013 that appears to be gone with MSVC 2015)
# C4610: 'class' can never be instantiated - user defined constructor required
# C4611: interaction between 'function' and C++ object destruction is
# non-portable
......@@ -190,6 +192,7 @@ gb_CXXFLAGS := \
-wd4505 \
-wd4510 \
-wd4512 \
-wd4610 \
-wd4611 \
-wd4706 \
-wd4800 \
......
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