mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
A few of the source files in `tests/ns` included `<isc/util.h>` before `<cmocka.h>`. This could cause compile failures because the `CMOCKA_NORETURN` macro is defined as `__attribute__((noreturn))` and `<stdnoreturn.h>` defines `noreturn` as `_Noreturn` which does not work as a gcc-style attribute. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| irs | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||