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

Michael Stahl mstahl at redhat.com
Mon Sep 14 03:53:13 PDT 2015


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

New commits:
commit e6ae8ce99566f59b2011f614160f6bdd4d5034cc
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Sep 14 12:50:55 2015 +0200

    gbuild: add a comment why C4589 is disabled
    
    Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 6b1de35..ab67e64 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -120,6 +120,9 @@ gb_AFLAGS := $(AFLAGS)
 
 # C4512: 'class' : assignment operator could not be generated
 
+# C4589: Constructor of abstract class 'Derived' ignores initializer for
+# virtual base class 'Base'  https://codereview.chromium.org/1234253003
+
 # C4611: interaction between 'function' and C++ object destruction is
 #   non-portable
 


More information about the Libreoffice-commits mailing list