bind9/tests/libtest
Ondřej Surý 2c0a9575d7
Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro
Instead of marking the unused entities with UNUSED(x) macro in the
function body, use a `ISC_ATTR_UNUSED` attribute macro that expans to
C23 [[maybe_unused]] or __attribute__((__unused__)) as fallback.
2023-03-30 23:29:25 +02:00
..
dns.c Support for relative names in unit tests 2023-02-27 13:47:25 +00:00
isc.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
ns.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
qp.c Refactor qp-trie to use QSBR 2023-02-27 13:47:55 +00:00