bind9/bin/check
Ondřej Surý 07022525ff Replace ISC_NORETURN with C11's noreturn
C11 has builtin support for _Noreturn function specifier with
convenience noreturn macro defined in <stdnoreturn.h> header.

Replace ISC_NORETURN macro by C11 noreturn with fallback to
__attribute__((noreturn)) if the C11 support is not complete.

(cherry picked from commit 04d0b70ba2)
2022-03-25 08:42:18 +01:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
check-tool.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
named-checkconf.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
named-checkconf.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
named-checkzone.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
named-checkzone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
named-compilezone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00