Skip to content

Commit 4efe69a

Browse files

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsgeometry.cpp

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.