Files
bind9/fuzz
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
..
2023-02-27 13:47:25 +00:00
2023-02-27 13:47:25 +00:00
2023-02-27 13:47:57 +00:00
2023-02-27 13:47:25 +00:00
2022-02-24 11:12:02 +01:00
2022-09-27 11:21:38 +02:00