mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Fixing warnings in scwx-qt
This commit is contained in:
parent
3339a40780
commit
ff58f5bcf6
15 changed files with 36 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue