opnsense-src/sbin/dumpon
John Baldwin d0d7fcbae4 dumpon: Move the _Noreturn keyword before the return type
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
      | ^~~~~~
2025-01-09 13:07:51 -05:00
..
dumpon.8 sbin: Remove ancient SCCS tags. 2023-11-26 22:23:29 -07:00
dumpon.c dumpon: Move the _Noreturn keyword before the return type 2025-01-09 13:07:51 -05:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00