]> git.ipfire.org Git - thirdparty/bind9.git/commit
Workaround the compile failure on macOS
authorOndřej Surý <ondrej@sury.org>
Tue, 26 Aug 2025 04:53:27 +0000 (06:53 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 26 Aug 2025 04:53:27 +0000 (06:53 +0200)
commita274cf6ce6114f8db468742ffa04a141acd7de51
tree714b04e5ee55cb8b28b776bfd456d36aaa2c6953
parent160bc1a1984df6028fa7b8c18808ab5b394d4154
Workaround the compile failure on macOS

The following check:

    __builtin_types_compatible_p(size_t, uint64_t)

doesn't work with default compiler on macOS.  Workaround the issue
by typing the size_t to matching unsigned int type.
lib/isc/include/isc/bit.h