[geos-commits] r3925 - trunk/include/geos/geom
svn_geos at osgeo.org
svn_geos at osgeo.org
Wed Aug 28 04:58:43 PDT 2013
Author: mloskot
Date: 2013-08-28 04:58:42 -0700 (Wed, 28 Aug 2013)
New Revision: 3925
Modified:
trunk/include/geos/geom/BinaryOp.h
Log:
Ignore unused label
Modified: trunk/include/geos/geom/BinaryOp.h
===================================================================
--- trunk/include/geos/geom/BinaryOp.h 2013-08-26 00:12:02 UTC (rev 3924)
+++ trunk/include/geos/geom/BinaryOp.h 2013-08-28 11:58:42 UTC (rev 3925)
@@ -185,6 +185,7 @@
inline std::auto_ptr<Geometry>
fix_self_intersections(std::auto_ptr<Geometry> g, const std::string& label)
{
+ ::geos::ignore_unused_variable_warning(label);
#ifdef GEOS_DEBUG_BINARYOP
std::cerr << label << " fix_self_intersection (UnaryUnion)" << std::endl;
#endif
More information about the geos-commits
mailing list