diff options
| author | Dennis Camera <skonfig@dtnr.ch> | 2022-08-26 00:38:26 +0200 |
|---|---|---|
| committer | Dennis Camera <skonfig@dtnr.ch> | 2022-08-26 00:38:26 +0200 |
| commit | 4c3ff68495f5fddfa9691130532ac1d4920ff040 (patch) | |
| tree | 3bf596dc577fc3773589b4488fc65216f928ff33 /src/util | |
| parent | 9e29745bfb9ab80489975f9b9acc7e8695b2486f (diff) | |
| download | skonfig-c-main.tar.gz skonfig-c-main.zip | |
Setting too many options already breaks some of autoconf's standard
checks, e.g. for stdbool.h.
configure:5449: checking for stdbool.h that conforms to C99
configure:5565: gcc -c -g -O2 -Wall -Werror -pedantic -pedantic-errors -Werror=pedantic -Wformat=2 -Wformat-overflow=2 -fstack-protector-strong -fstack-clash-protection -fsanitize=leak -fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=undefined -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=500 conftest.c >&5
conftest.c: In function 'main':
conftest.c:125:14: error: the address of 's' will always evaluate as 'true' [-Werror=address]
125 | bool ps = &s;
| ^~~~
conftest.c:130:16: error: the address of 't' will always evaluate as 'true' [-Werror=address]
130 | _Bool pt = &t;
| ^~~~~
conftest.c:137:22: error: the address of 'a' will always evaluate as 'true' [-Werror=address]
137 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:137:27: error: the address of 'b' will always evaluate as 'true' [-Werror=address]
137 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:137:32: error: the address of 'c' will always evaluate as 'true' [-Werror=address]
137 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:137:37: error: the address of 'd' will always evaluate as 'true' [-Werror=address]
137 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:137:62: error: the address of 'i' will always evaluate as 'true' [-Werror=address]
137 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
Diffstat (limited to 'src/util')
0 files changed, 0 insertions, 0 deletions
