summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index db6ec22ab3ff..5e7c2e689438 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -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 \