Navigation Menu

Skip to content

Commit

Permalink
Marked updateFeatureCount as unused (removes compiler warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed May 20, 2012
1 parent 1b6b841 commit 4d3cf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -1317,6 +1317,7 @@ QString QgsMssqlProvider::name() const

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

mSqlWhereClause = theSQL.trimmed();
Expand Down

0 comments on commit 4d3cf1a

Please sign in to comment.