mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 04:54:13 -04:00
9b3e3e1865
Fix cppcheck warnings about uninitialized mx variables in coarse strength and soft symbol conversion calculations. Replace the mxi sentinel logic with an explicit -infinity initial maximum value, allowing the maximum search to operate directly on the value being tracked. This removes reliance on short-circuit evaluation for initialization and simplifies the code. Signed-off-by: Robin Getz <rgetz503@gmail.com>