1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ssp
Gunar Schorcht e90dd16347 tests/ssp: warning stringop-overflow has to be disabled
Newer gcc versions have an option to enable overflow warnings for string operations. This option is enabled by default. For this test, it is necessary to disable this warning if the compiler supports this option.
2019-11-22 13:56:41 +01:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c tests/ssp: prevent that memset is optimized out 2019-11-22 13:56:41 +01:00
Makefile tests/ssp: warning stringop-overflow has to be disabled 2019-11-22 13:56:41 +01:00