bind9/bin
Ondřej Surý fe7ce629f4 Add FALLTHROUGH macro for __attribute__((fallthrough))
Gcc 7+ and Clang 10+ have implemented __attribute__((fallthrough)) which
is explicit version of the /* FALLTHROUGH */ comment we are currently
using.

Add and apply FALLTHROUGH macro that uses the attribute if available,
but does nothing on older compilers.

In one case (lib/dns/zone.c), using the macro revealed that we were
using the /* FALLTHROUGH */ comment in wrong place, remove that comment.
2022-03-25 08:33:43 +01:00
..
check Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
confgen Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
delv Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
dig Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
dnssec Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
named Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
nsupdate Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
plugins Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
rndc Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
tests Save keyfromlabel error output 2022-03-21 10:11:02 +01:00
tools Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00