Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed Nov 20, 2019
1 parent 0b68834 commit 129165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsgetschemaextension.cpp
Expand Up @@ -37,7 +37,7 @@ namespace QgsWms
}

QDomDocument getSchemaExtension( QgsServerInterface *serverIface, const QString &version,
const QgsServerRequest &request )
const QgsServerRequest & )
{
Q_UNUSED( version )
Q_UNUSED( serverIface )
Expand Down

0 comments on commit 129165a

Please sign in to comment.