mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
In file included from diff_test.c:25:
/usr/local/include/cmocka.h:2333:1: error: unknown attribute '_Noreturn' ignored [-Werror,-Wunknown-attributes]
2333 | CMOCKA_NORETURN void _fail(const char * const file, const int line);
| ^~~~~~~~~~~~~~~
/usr/local/include/cmocka.h:129:41: note: expanded from macro 'CMOCKA_NORETURN'
129 | #define CMOCKA_NORETURN __attribute__ ((noreturn))
| ^~~~~~~~
/usr/include/stdnoreturn.h:36:19: note: expanded from macro 'noreturn'
36 | #define noreturn _Noreturn
| ^~~~~~~~~
|
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||