Files
bind9/lib/isc
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
..
2024-08-06 15:19:06 +02:00
2023-02-09 10:07:39 -08:00
2024-05-17 16:21:35 -07:00