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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jul 29 04:36:42 EDT 2009


Author: jef
Date: 2009-07-29 04:36:40 -0400 (Wed, 29 Jul 2009)
New Revision: 11195

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

Modified: trunk/qgis/src/core/qgsmaprenderer.cpp
===================================================================
--- trunk/qgis/src/core/qgsmaprenderer.cpp	2009-07-29 00:49:06 UTC (rev 11194)
+++ trunk/qgis/src/core/qgsmaprenderer.cpp	2009-07-29 08:36:40 UTC (rev 11195)
@@ -614,6 +614,7 @@
     }
     catch ( QgsCsException &cse )
     {
+      Q_UNUSED( cse );
       QgsDebugMsg( QString( "Transform error caught: " ).arg( cse.what() ) );
     }
   }



More information about the QGIS-commit mailing list