Bug#351366: redundant ctermid declaration (causes FTBFS)

2007-02-05 Thread Pierre HABOUZIT
tag 351366 + wontfix severity 351366 wishlist thanks > This causes FTBFS in packages with such (overstrict IMHO) CFLAGS. Yes, it's quite a bad idea to ship code with -Werror. Developping with heavy-strong CFLAGS is good, shipping with them is always a bad idea as gcc could evolve in a direction

Bug#351366: redundant ctermid declaration (causes FTBFS)

2006-02-04 Thread Robert Millan
Package: libc6-dev Version: 2.3.5-8.1 Severity: important This causes FTBFS in packages with such (overstrict IMHO) CFLAGS. [EMAIL PROTECTED]:/tmp$ cat test.c #include #include [EMAIL PROTECTED]:/tmp$ gcc -D_GNU_SOURCE -Werror -Wsystem-headers -Wredundant-decls -c test.c cc1: warning