1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00
Benjamin Valentin 1a2984b786 cpu/native: fix build with gcc 11
This fixes the following warning with GCC 11.2:

    cpu/native/include/native_internal.h:153:13: error: variably modified ‘__isr_stack’ at file scope
      153 | extern char __isr_stack[SIGSTKSZ];
          |             ^~~~~~~~~~~
    cpu/native/include/native_internal.h:154:13: error: variably modified ‘__end_stack’ at file scope
      154 | extern char __end_stack[SIGSTKSZ];
2021-10-12 14:56:11 +02:00
..
2021-10-10 21:35:30 +02:00
2021-10-01 11:26:15 +02:00
2021-10-01 11:26:15 +02:00
2021-10-12 14:56:11 +02:00
2021-09-29 10:17:47 +02:00
2021-10-10 00:04:51 +02:00
2021-07-09 10:47:42 +02:00