1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-10 13:33:49 -04:00
Files
sdrangel/devices/plutosdr
Robin Getz fff440527a plutosdr: Fix unsigned printf format warnings
Replace signed %d format specifiers with unsigned %u when formatting
sample rates and channel numbers.

The previous format strings passed unsigned int values to %d conversions,
which triggered cppcheck invalidPrintfArgType_sint warnings and could
result in undefined behavior due to variadic argument type mismatches.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-07-26 18:38:32 -04:00
..