[postgis-tickets] r14967 - Fix LWDEBUGGF definition for non-debug builds
Sandro Santilli
strk at kbt.io
Thu Jun 16 06:04:05 PDT 2016
Author: strk
Date: 2016-06-16 06:04:05 -0700 (Thu, 16 Jun 2016)
New Revision: 14967
Modified:
trunk/liblwgeom/lwgeom_log.h
Log:
Fix LWDEBUGGF definition for non-debug builds
Modified: trunk/liblwgeom/lwgeom_log.h
===================================================================
--- trunk/liblwgeom/lwgeom_log.h 2016-06-16 13:03:58 UTC (rev 14966)
+++ trunk/liblwgeom/lwgeom_log.h 2016-06-16 13:04:05 UTC (rev 14967)
@@ -95,7 +95,7 @@
/* Empty prototype that can be optimised away by the compiler
* for non-debug builds */
-#define LWDEBUGGF(level, geom, msg) \
+#define LWDEBUGGF(level, geom, fmt, ...) \
((void) 0)
#endif /* POSTGIS_DEBUG_LEVEL <= 0 */
More information about the postgis-tickets
mailing list