From 38bd9e93a252cb2dd5ace6b0132514edff38b504 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 18 Jan 2015 23:29:19 -0500 Subject: Fix all warnings and remove -Wno-unused-but-set cflag --- src/mapgen_v6.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mapgen_v6.cpp') diff --git a/src/mapgen_v6.cpp b/src/mapgen_v6.cpp index 1abf95e01..95cdbd279 100644 --- a/src/mapgen_v6.cpp +++ b/src/mapgen_v6.cpp @@ -438,7 +438,6 @@ void MapgenV6::makeChunk(BlockMakeData *data) this->ndef = data->nodedef; // Hack: use minimum block coords for old code that assumes a single block - v3s16 blockpos = data->blockpos_requested; v3s16 blockpos_min = data->blockpos_min; v3s16 blockpos_max = data->blockpos_max; -- cgit v1.2.3