Hi Jim,
> The new stdbool test causes this warning/failure in coreutils:
>
> cc1: warnings being treated as errors
> test-stdbool.c: In function 'main':
> test-stdbool.c:98:9: error: unused variable 'e1' [-Wunused-variable]
> make[8]: *** [test-stdbool.o] Error 1
I nearly expecte
Hi Bruno,
The new stdbool test causes this warning/failure in coreutils:
cc1: warnings being treated as errors
test-stdbool.c: In function 'main':
test-stdbool.c:98:9: error: unused variable 'e1' [-Wunused-variable]
make[8]: *** [test-stdbool.o] Error 1
Here's the code:
mai