Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 12, 2019
1 parent bc41f14 commit 66fefdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -1371,6 +1371,9 @@ bool QgsCoordinateReferenceSystem::setWktString( const QString &wkt, bool allowP
d->mIsValid = false;

#if PROJ_VERSION_MAJOR>=6
// TODO - remove allowProj4Fallback when we require proj 6+ to build
( void )allowProj4Fallback;

PROJ_STRING_LIST warnings = nullptr;
PROJ_STRING_LIST grammerErrors = nullptr;
{
Expand Down

0 comments on commit 66fefdc

Please sign in to comment.