mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
- suppressed cppcheck warning for `unassignedVariable` for the encode/decode arrays in stream encode/decode tests as these arrays are assigned by the according `base64_[en|de]code()` function.
2 lines
34 B
Makefile
2 lines
34 B
Makefile
include $(RIOTBASE)/Makefile.base
|