]> granicus.if.org Git - postgis/commitdiff
Fix LWDEBUGGF definition for non-debug builds
authorSandro Santilli <strk@keybit.net>
Thu, 16 Jun 2016 13:04:05 +0000 (13:04 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 16 Jun 2016 13:04:05 +0000 (13:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14967 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_log.h

index e4db0646e8cd7190fe3b3138d7f1ad5e5d03bfeb..daa313f9a61e9bead53f8ce274c27788a1eba153 100644 (file)
@@ -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 */