1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 09:21:19 +01:00
Marian Buschsieweke ea04ee0773
sys/include/net/zep.h: add NONSTRING attribute
This fixes the following compilation error when using modern GCC:

    RIOT/cpu/native/socket_zep/socket_zep.c: In function '_send_zep_hello':
    RIOT/cpu/native/socket_zep/socket_zep.c:244:29: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (3 chars into 2 available) [-Werror=unterminated-string-initialization]
      244 |             .hdr.preamble = "EX",
          |                             ^~~~
    cc1: all warnings being treated as errors
2025-12-09 19:50:14 +01:00
..
2025-04-04 11:44:53 +02:00
2025-07-29 17:52:01 +02:00
2025-04-08 20:17:04 -04:00
2025-04-04 11:44:53 +02:00
2025-01-29 20:51:23 +01:00