mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-07 11:26:09 -04:00
4b3bf21418
Replace variable length arrays in the int8_t FACTOR specialization of OffsetMinSumAlgorithm::finalp() with a single std::vector scratch buffer. This removes reliance on compiler VLA extensions while preserving the existing contiguous temporary buffer layout. Signed-off-by: Robin Getz <rgetz503@gmail.com>