mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
fix a lot of warnings about unused variables, or maybe uninitialized variables
This commit is contained in:
@ -109,9 +109,8 @@ namespace ImGui {
|
||||
float sFactor = ceilf(factor);
|
||||
float uFactor;
|
||||
float id = offset;
|
||||
float val, maxVal;
|
||||
float maxVal;
|
||||
int sId;
|
||||
uint32_t maxId;
|
||||
for (int i = 0; i < outWidth; i++) {
|
||||
maxVal = -INFINITY;
|
||||
sId = (int)id;
|
||||
|
Reference in New Issue
Block a user