mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:12:45 +01:00
a0898dbb9f
- 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.
4 lines
57 B
Makefile
4 lines
57 B
Makefile
MODULE = tests-base64
|
|
|
|
include $(RIOTBASE)/Makefile.base
|