Skip to content

Commit 86b3039

Browse files
author
Steinar H. Gunderson
committed
Fix some Clang warnings.
Change-Id: I2966f9475308ac44050419c336979614a8037225
1 parent 4b0900e commit 86b3039

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

unittest/gunit/gis_algos-t.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ TEST_F(GeometryManipulationTest, PolygonManipulationTest) {
249249
ls0->get_flags(), ls0->get_srid());
250250
Gis_line_string ls00(*ls0);
251251

252-
ls = ls;
253-
ls00 = ls00;
254-
plgn = plgn;
255-
256252
Geometry_buffer buffer3;
257253
String wkt3, str3;
258254

utilities/comp_err.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ static bool parse_reserved_error_section(char *str) {
657657
char *offset;
658658
char *end;
659659
int error;
660-
err_range range;
661660

662661
DBUG_ENTER("parse_reserved_error_section");
663662

0 commit comments

Comments
 (0)