[geos-commits] r3111 - trunk/include/geos/geom

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Oct 10 17:36:48 EDT 2010


Author: mloskot
Date: 2010-10-10 14:36:48 -0700 (Sun, 10 Oct 2010)
New Revision: 3111

Modified:
   trunk/include/geos/geom/BinaryOp.h
Log:
Cleaned compiler warnings

Modified: trunk/include/geos/geom/BinaryOp.h
===================================================================
--- trunk/include/geos/geom/BinaryOp.h	2010-10-10 21:36:33 UTC (rev 3110)
+++ trunk/include/geos/geom/BinaryOp.h	2010-10-10 21:36:48 UTC (rev 3111)
@@ -143,6 +143,8 @@
 			<< " (" << std::setprecision(20)
 			<< err->getCoordinate() << ")"
 			<< std::endl;
+#else
+        (void)label;
 #endif
 		return false;
 	} 



More information about the geos-commits mailing list