Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes compilation warning
  • Loading branch information
pblottiere committed Jul 23, 2018
1 parent 4b17a81 commit fe366d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverparameters.cpp
Expand Up @@ -438,7 +438,7 @@ void QgsServerParameters::load( const QUrlQuery &query )
}
}

bool QgsServerParameters::loadParameter( const QPair<QString, QString> &item )
bool QgsServerParameters::loadParameter( const QPair<QString, QString> & )
{
return false;
}
Expand Down

0 comments on commit fe366d2

Please sign in to comment.