1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 13:34:13 -04:00
Files
sdrangel/plugins/channelrx/demoddatv/ldpctool
Robin Getz 1772ff5ecb demoddatv: Replace MinSumAlgorithm int8 VLA with std::vector
Replace the runtime-sized temporary array in the int8_t specialization of
MinSumAlgorithm::finalp() with std::vector.

The array size is determined by the runtime value of cnt, requiring a
compiler VLA extension. Using std::vector preserves the existing behavior
while removing the dependency on non-standard language extensions.

This eliminates remaining -Wvla warnings (for me) reported from
ldpctool/algorithms.h

Part of #2830

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-07-25 16:45:07 -04:00
..
2024-07-26 10:53:58 +02:00
2024-07-21 23:15:32 +02:00
2024-07-21 23:15:32 +02:00
2024-07-10 23:06:38 +02:00