mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
The compile-time DNS__TYPEPAIR_CHECK macro (wrapping an INSIST) is a no-op if DNS_TYPEPAIR_CHECK is off, making at least one unused variable in DNS_TYPEPAIR_TYPE and DNS_TYPEPAIR_COVERS scopes (as in such case, only one member of the pair is effectively needed). In such case, having an unused variable (the other member of the pair) is expected, this silence the warning by adding a (void) cast on the no-op version of DNS__TYPEPAIR_CHECK. |
||
|---|---|---|
| .. | ||
| dns | ||
| dst | ||
| irs | ||
| .clang-format | ||
| meson.build | ||