Skip to content

Commit

Permalink
Q_UNUSED variable
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Feb 11, 2022
1 parent 3421770 commit e6a70ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ geos::unique_ptr QgsGeos::linePointDifference( GEOSGeometry *GEOSsplitPoint ) co

QgsGeometryEngine::EngineOperationResult QgsGeos::splitLinearGeometry( GEOSGeometry *splitLine, QVector<QgsGeometry> &newGeometries, bool skipIntersectionCheck ) const
{
Q_UNUSED( skipIntersectionCheck )
if ( !splitLine )
return InvalidInput;

Expand Down

0 comments on commit e6a70ef

Please sign in to comment.