bind9/bin/tools
Ondřej Surý a49079c84c 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 #defined constants because of RHEL 8 compiler doesn't consider
static const unsigned int to be constant.

(cherry picked from commit b03e90e0d4)
2024-08-19 15:32:03 +00:00
..
.gitignore Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
arpaname.rst Use semantic markup for :program: self-references 2022-03-14 10:57:29 +01:00
dnstap-read.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
dnstap-read.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
Makefile.am Fix the remaining cases of <prog>_CFLAGS -> <prog>_CPPFLAGS 2022-03-13 18:53:19 +01:00
mdig.c Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 15:32:03 +00:00
mdig.rst remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
named-journalprint.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
named-journalprint.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
named-nzd2nzf.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
named-nzd2nzf.rst Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
named-rrchecker.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
named-rrchecker.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
nsec3hash.c Use EXIT_SUCCESS and EXIT_FAILURE 2024-08-06 15:19:06 +02:00
nsec3hash.rst Use semantic markup for :program: self-references 2022-03-14 10:57:29 +01:00