We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dbe7b commit 4efe69aCopy full SHA for 4efe69a
src/core/qgsgeometry.cpp
@@ -31,6 +31,7 @@ email : morb at ozemail dot com dot au
31
#define CATCH_GEOS(r) \
32
catch (GEOSException &e) \
33
{ \
34
+ Q_UNUSED(e); \
35
QgsDebugMsg("GEOS: " + QString( e.what() ) ); \
36
return r; \
37
}
0 commit comments