Skip to content

Commit 297908b

Browse files
committedMar 10, 2019
Silence warning
1 parent e410576 commit 297908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/expression/qgsexpressionfunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ static QVariant fcnSqliteFetchAndIncrement( const QVariantList &values, const Qg
14551455
QString errorMessage;
14561456
QString currentValSql;
14571457

1458-
qlonglong nextId;
1458+
qlonglong nextId = 0;
14591459
bool cachedMode = false;
14601460
bool valueRetrieved = false;
14611461

0 commit comments

Comments
 (0)
Please sign in to comment.