mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
In `test_array`, `test_array` and `test_map` the variable `offset` was written to but not read. The accumulated value should equal the total length of the input. This diff adds this check and fixes the warning in turn. Found via scan-build.