[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Sat Dec 17 20:28:41 UTC 2016


 solenv/gbuild/platform/com_MSC_defs.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1d9c6042e89c6a688b0b9392e627d8c65de63d74
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Dec 17 21:28:02 2016 +0100

    More blind fix attempt for MSVC
    
    Change-Id: Ic3374bbf71cd7975ce1523a5a9ab47e57f5aad51

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index db6ec22..5e7c2e6 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 \


More information about the Libreoffice-commits mailing list