[geos-commits] [SCM] GEOS branch master updated. 5ecabd64e27eacf528b5a9344d9a03384484bca9

git at osgeo.org git at osgeo.org
Tue Aug 28 19:17:29 PDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  5ecabd64e27eacf528b5a9344d9a03384484bca9 (commit)
       via  71e8b93fa43be4c1027454cc98fa8d6267c64542 (commit)
      from  434a1adf6a9b445d06b434e3d3ef0a1d4ab7f742 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ecabd64e27eacf528b5a9344d9a03384484bca9
Merge: 434a1ad 71e8b93
Author: cvvergara <vicky at georepublic.de>
Date:   Tue Aug 28 19:17:29 2018 -0700

    Merge branch 'fix-issue905' of cvvergara/geos into master


commit 71e8b93fa43be4c1027454cc98fa8d6267c64542
Author: cvvergara <vicky at georepublic.de>
Date:   Sat Aug 4 15:08:21 2018 -0500

    Ignoring warning 4251 on MSVS Closes #905
    
    This is a combination of 2 commits.

diff --git a/include/geos/export.h b/include/geos/export.h
index ac3c214..9d6b613 100644
--- a/include/geos/export.h
+++ b/include/geos/export.h
@@ -29,3 +29,7 @@
 #endif
 
 #endif
+
+#if defined(_MSC_VER)
+#  pragma warning(disable: 4251) // identifier : class type needs to have dll-interface to be used by clients of class type2
+#endif

-----------------------------------------------------------------------

Summary of changes:
 include/geos/export.h | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list