mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
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. |
||
|---|---|---|
| .. | ||
| testdata | ||
| listenlist_test.c | ||
| Makefile.am | ||
| netmgr_wrap.c | ||
| notify_test.c | ||
| plugin_test.c | ||
| query_test.c | ||