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

David Ostrovsky david at ostrovsky.org
Sat Sep 12 22:35:56 PDT 2015


 chart2/qa/unit/common_functor_test.cxx |    1 +
 solenv/gbuild/platform/com_MSC_defs.mk |    2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 1cebf4452fcff7faf13b6030204fa156d7c89e82
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sat Sep 12 23:50:13 2015 +0200

    chart2: Add missing include
    
    Change-Id: I06eacfd944cf4ae7eef44900352b958e08f91b42
    Reviewed-on: https://gerrit.libreoffice.org/18522
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>

diff --git a/chart2/qa/unit/common_functor_test.cxx b/chart2/qa/unit/common_functor_test.cxx
index 34f444c..ecc4f48 100644
--- a/chart2/qa/unit/common_functor_test.cxx
+++ b/chart2/qa/unit/common_functor_test.cxx
@@ -15,6 +15,7 @@
 #include <com/sun/star/uno/Any.h>
 #include <rtl/ustring.hxx>
 
+#include <iterator>
 #include <vector>
 
 #include "CommonFunctors.hxx"
commit 00525937971a6d2fcb51548f050be87069f07f55
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sun Sep 6 17:39:09 2015 +0200

    Disable Warning 4589
    
    Change-Id: I017d21153880e92d59477ed2d6bdabc2629672e0
    Reviewed-on: https://gerrit.libreoffice.org/18521
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index aa82a93..6b1de35 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -153,6 +153,7 @@ gb_CFLAGS := \
 	-wd4355 \
 	-wd4505 \
 	-wd4512 \
+	-wd4589 \
 	-wd4626 \
 	-wd4706 \
 	-wd4800 \
@@ -182,6 +183,7 @@ gb_CXXFLAGS := \
 	-wd4481 \
 	-wd4505 \
 	-wd4512 \
+	-wd4589 \
 	-wd4611 \
 	-wd4706 \
 	-wd4800 \


More information about the Libreoffice-commits mailing list