Fixing warnings in scwx-qt

This commit is contained in:
Dan Paulat 2022-06-11 07:42:18 -05:00
parent 3339a40780
commit ff58f5bcf6
15 changed files with 36 additions and 21 deletions

View file

@ -278,8 +278,6 @@ void Level3RasterView::ComputeSweep()
dataMoments8.resize(rows * maxColumns * VERTICES_PER_BIN);
// Compute threshold at which to display an individual bin
const float scale = descriptionBlock->scale();
const float offset = descriptionBlock->offset();
const uint16_t snrThreshold = descriptionBlock->threshold();
for (size_t row = 0; row < rasterData->number_of_rows(); ++row)