Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix 'unused' warning
  • Loading branch information
jef-n committed May 21, 2012
1 parent 4c066e4 commit 1780344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -1315,7 +1315,7 @@ QString QgsMssqlProvider::name() const
return TEXT_PROVIDER_KEY;
} // ::name()

bool QgsMssqlProvider::setSubsetString( QString theSQL, bool updateFeatureCount )
bool QgsMssqlProvider::setSubsetString( QString theSQL, bool )
{
QString prevWhere = mSqlWhereClause;

Expand Down

0 comments on commit 1780344

Please sign in to comment.