[SCM] PostGIS branch master updated. 3.5.0alpha2-32-g253384fb0
git at osgeo.org
git at osgeo.org
Fri Aug 23 01:05:24 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 253384fb01193b62710534f5d4c257dc10478e8a (commit)
from 50ad6f46600511c945f7eb262884d35afce51e11 (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 253384fb01193b62710534f5d4c257dc10478e8a
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 23 10:05:06 2024 +0200
Fix printf attribute override
diff --git a/liblwgeom/lwgeom_geos.h b/liblwgeom/lwgeom_geos.h
index d97cc83d4..4af0d85d4 100644
--- a/liblwgeom/lwgeom_geos.h
+++ b/liblwgeom/lwgeom_geos.h
@@ -25,7 +25,7 @@
#if POSTGIS_GEOS_VERSION < 31300
/* See https://github.com/libgeos/geos/pull/1097 */
-typedef void (*GEOSMessageHandler)(const char *fmt, ...) __attribute__ (( format(printf, 1, 0) ));
+typedef void (*GEOSMessageHandler)(const char *fmt, ...) __attribute__ (( format(printf, 1, 2) ));
#endif
#include "geos_c.h"
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom_geos.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list