Re: new stdbool test provokes warning

2010-12-19 Thread Bruno Haible
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

new stdbool test provokes warning

2010-12-19 Thread Jim Meyering
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