bind9/bin
Ondřej Surý b03e90e0d4 Change the NS_PER_SEC (and friends) from enum to static const
New version of clang (19) has introduced a stricter checks when mixing
integer (and float types) with enums.  In this case, we used enum {}
as C17 doesn't have constexpr yet.  Change the time conversion constants
to be static const unsigned int instead of enum values.
2024-08-19 09:08:55 +00:00
..
check use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
confgen use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
delv add +restarts and +maxqueries options to delv 2024-08-07 13:20:05 -07:00
dig use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
dnssec use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
named Silence all warnings that stem from the default config 2024-08-14 12:50:31 +00:00
nsupdate use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
tests Use python3 in shebang lines for util scripts 2024-08-14 17:22:22 +02:00
tools Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 09:08:55 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00