From cc956b39769df22f43db80404ff0d521a1fe38a0 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 15 May 2014 10:18:05 +0200 Subject: [PATCH] scan-build --- UnitTests/Geo/georeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Geo/georeg.cpp b/UnitTests/Geo/georeg.cpp index 831bc8c8ac..f23792e2df 100644 --- a/UnitTests/Geo/georeg.cpp +++ b/UnitTests/Geo/georeg.cpp @@ -1097,7 +1097,7 @@ void runTest (int mode) list1 = GeoIndex_PointsWithinRadius(gi,&gcp,9800000.0); for(j=0;j<(int) list1->length;j++) /* delete before freeing list1! */ { - r=GeoIndex_remove(gi,list1->coordinates+j); + GeoIndex_remove(gi,list1->coordinates+j); } gcmass(400+5*i,list1, np[i], hs[i]); }