mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-23 03:55:34 -04:00
99da6143dc
Fix Coverity CID 652347 reporting an uninitialized scalar variable. Replace XOR self-assignment with explicit zero initialization to avoid reading uninitialized SIMD elements. Modern compilers already optimize zero assignments to efficient zeroing instructions where appropriate. Signed-off-by: Robin Getz <rgetz503@gmail.com>