bind9/lib/isc/include
Ondřej Surý 9e350c1774 Add and use __attribute__((nonnull)) in dnssec-signzone.c
Clang 20 is complaining about passing NULL to an argument with 'nonnull'
attribute.  Mark these two functions with the same attribute to assure
that these two function also don't accept NULL as an argument.
2025-08-28 16:23:59 +02:00
..
isc Add and use __attribute__((nonnull)) in dnssec-signzone.c 2025-08-28 16:23:59 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00