mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 21:43:31 -04:00
862e838b65
Cppcheck reported several AISModSource members that were not initialized by the constructor. Initialize the remaining scalar members in the constructor initializer list to establish a well-defined initial state and avoid undefined behavior if they are accessed before being assigned. Reported by cppcheck. Signed-off-by: Robin Getz <rgetz503@gmail.com>