Skip to content

Commit 4d3cf1a

Browse files
committed
Marked updateFeatureCount as unused (removes compiler warning)
1 parent 1b6b841 commit 4d3cf1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/mssql/qgsmssqlprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ QString QgsMssqlProvider::name() const
13171317

13181318
bool QgsMssqlProvider::setSubsetString( QString theSQL, bool updateFeatureCount )
13191319
{
1320+
Q_UNUSED(updateFeatureCount);
13201321
QString prevWhere = mSqlWhereClause;
13211322

13221323
mSqlWhereClause = theSQL.trimmed();

0 commit comments

Comments
 (0)