Skip to content

Commit 596b81b

Browse files
author
mhugent
committed
Fix for compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@7271 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fe4278d commit 596b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ bool QgsPostgresProvider::getNextFeature(QgsFeature& feature)
407407
}
408408
mFirstFetch = false;
409409
queryResult = PQgetResult(connection);
410-
PGresult* bla = PQgetResult(connection); //just to get the 0 pointer...
410+
PQgetResult(connection); //just to get the 0 pointer...
411411

412412
int rows = PQntuples(queryResult);
413413

0 commit comments

Comments
 (0)