Skip to content

Commit 4efe69a

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10132 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f0dbe7b commit 4efe69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsgeometry.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ email : morb at ozemail dot com dot au
3131
#define CATCH_GEOS(r) \
3232
catch (GEOSException &e) \
3333
{ \
34+
Q_UNUSED(e); \
3435
QgsDebugMsg("GEOS: " + QString( e.what() ) ); \
3536
return r; \
3637
}

0 commit comments

Comments
 (0)