bind9/lib/isc/include
Aydın Mercan 49e62ee186 fix typing mistakes in trace macros
The detach function declaration in `ISC__REFCOUNT_TRACE_DECL` had an
returned an accidental implicit int. While not allowed since C99, it
became an error by default in GCC 14.

`ISC_REFCOUNT_TRACE_IMPL` and `ISC_REFCOUNT_STATIC_TRACE_IMPL` expanded
into the wrong macros, trying to declare it again with the wrong number
of parameters.
2024-05-17 18:11:23 -07:00
..
isc fix typing mistakes in trace macros 2024-05-17 18:11:23 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00