[SCM] PostGIS branch master updated. 3.5.0alpha2-30-g5e09dcbd5

git at osgeo.org git at osgeo.org
Thu Aug 22 11:22:08 PDT 2024


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 "PostGIS".

The branch, master has been updated
       via  5e09dcbd53fd43fbc31809cfb095204c60f68579 (commit)
      from  8612bc192e6219aab42f2c9a6af82ea3059032d3 (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 5e09dcbd53fd43fbc31809cfb095204c60f68579
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Aug 22 11:21:56 2024 -0700

    Back out __STDC_VERSION__ check, it is not effective in general

diff --git a/liblwgeom/lwgeom_geos.h b/liblwgeom/lwgeom_geos.h
index c7d13d259..d97cc83d4 100644
--- a/liblwgeom/lwgeom_geos.h
+++ b/liblwgeom/lwgeom_geos.h
@@ -24,11 +24,9 @@
  **********************************************************************/
 
 #if POSTGIS_GEOS_VERSION < 31300
-#if __STDC_VERSION__ >= 201112L
 /* See https://github.com/libgeos/geos/pull/1097 */
 typedef void (*GEOSMessageHandler)(const char *fmt, ...) __attribute__ (( format(printf, 1, 0) ));
 #endif
-#endif
 
 #include "geos_c.h"
 

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

Summary of changes:
 liblwgeom/lwgeom_geos.h | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list