mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-11 14:03:56 -04:00
353b29b339
cppcheck reported uninitialized scalar members in the FT4 constructor. Initialize pass_ and cached sample values hack_0_ and hack_1_ to avoid undefined behavior when these members are used before assignment. Signed-off-by: Robin Getz <rgetz503@gmail.com>