Fix compilation warnings.

This commit is contained in:
Kalle Bladin
2017-07-14 22:48:32 +02:00
parent 2e4f31ded8
commit a232a1a0a7
11 changed files with 37 additions and 31 deletions
@@ -197,8 +197,6 @@ void DefaultTileProvider::initTexturesFromLoadedData() {
void DefaultTileProvider::initAsyncTileDataReader(TileTextureInitData initData) {
std::string _loggerCat = "DefaultTileProvider : " + _name;
RawTileDataReader* tileDataReader = nullptr;
RawTileDataReader::PerformPreprocessing preprocess =
_performPreProcessing ? RawTileDataReader::PerformPreprocessing::Yes :
RawTileDataReader::PerformPreprocessing::No;