mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
This fixes a warning from GCC 14 when compiling with the native C11
_Noreturn rather than the older GNU C function attribute:
sbin/dumpon/dumpon.c:73:1: error: '_Noreturn' is not at beginning of declaration [-Werror=old-style-declaration]
73 | static void _Noreturn
| ^~~~~~
|
||
|---|---|---|
| .. | ||
| dumpon.8 | ||
| dumpon.c | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||