[QGIS Commit] r10133 - branches/Version-1_0/src/core

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


Author: jef
Date: 2009-02-08 13:24:24 -0500 (Sun, 08 Feb 2009)
New Revision: 10133

Modified:
   branches/Version-1_0/src/core/qgsgeometry.cpp
Log:
merge r10132 from trunk

Modified: branches/Version-1_0/src/core/qgsgeometry.cpp
===================================================================
--- branches/Version-1_0/src/core/qgsgeometry.cpp	2009-02-08 18:23:47 UTC (rev 10132)
+++ branches/Version-1_0/src/core/qgsgeometry.cpp	2009-02-08 18:24:24 UTC (rev 10133)
@@ -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