[QGIS Commit] r10132 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Feb 8 13:23:47 EST 2009


Author: jef
Date: 2009-02-08 13:23:47 -0500 (Sun, 08 Feb 2009)
New Revision: 10132

Modified:
   trunk/qgis/src/core/qgsgeometry.cpp
Log:
fix warning

Modified: trunk/qgis/src/core/qgsgeometry.cpp
===================================================================
--- trunk/qgis/src/core/qgsgeometry.cpp	2009-02-08 18:14:40 UTC (rev 10131)
+++ trunk/qgis/src/core/qgsgeometry.cpp	2009-02-08 18:23:47 UTC (rev 10132)
@@ -31,6 +31,7 @@
 #define CATCH_GEOS(r) \
   catch (GEOSException &e) \
   { \
+    Q_UNUSED(e); \
     QgsDebugMsg("GEOS: " + QString( e.what() ) ); \
     return r; \
   }



More information about the QGIS-commit mailing list