FS#1102 - ircii-pana has trouble building with gcc 3.4
|
Details
gcc -I. -I/root/build/src/BitchX/include -I../include -I.
-I./include -march=i586 -O2 -pipe -Wall -c ./term.c
./term.c:95: error: conflicting types for 'tparm' ./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/ncurses.h:710: error: previous declaration of 'tparm' was here ./term.c:95: error: conflicting types for 'tparm' ./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declaration /usr/include/ncurses.h:710: error: previous declaration of 'tparm' was here ./term.c: In function `term_init': ./term.c:870: warning: passing arg 1 of `tigetnum' discards qualifiers from pointer target type ./term.c:875: warning: passing arg 1 of `tigetflag' discards qualifiers from pointer target type ./term.c:882: warning: passing arg 1 of `tigetstr' discards qualifiers from pointer target type ./term.c:880: warning: unused variable `tmp' make[1]: *** [term.o] Error 1 |
This task depends upon