mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
When liburcu is not installed from a system package, its headers are not treated as system headers by the compiler, so BIND's -Werror and other warning options take effect. The liburcu headers have a lot of inline functions, some of which do not use all their arguments, which BIND's build treats as an error. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| ascii.c | ||
| compress.c | ||
| dns_name_fromwire.c | ||
| iterated_hash.c | ||
| load-names.c | ||
| Makefile.am | ||
| qp-dump.c | ||
| qpmulti.c | ||
| siphash.c | ||