pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45495
The following reply was made to PR pkg/45495; it has been noted by GNATS.
From: "Andrey N. Oktyabrski" <ano%bestmx.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45495
Date: Tue, 25 Oct 2011 22:53:05 +0400
It works, thank you. But I have a lot of warnings:
term.c: In function 'term_move_to_line':
term.c:536:10: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:549:8: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:553:6: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_move_to_char':
term.c:588:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:593:9: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:625:9: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_deletechars':
term.c:717:8: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:721:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:725:4: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:728:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_insertwrite':
term.c:758:8: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:764:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:772:4: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:774:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:779:4: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:787:4: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_clear_EOL':
term.c:803:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_clear_screen':
term.c:821:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:823:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:825:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_beep':
term.c:841:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c: In function 'term_set':
term.c:899:2: warning: passing argument 2 of 'tgetent' discards 'const'
qualifier from pointer target type [enabled by default]
/usr/include/termcap.h:42:12: note: expected 'char *' but argument is of
type 'const char *'
term.c: In function 'term_echotc':
term.c:1487:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:1515:3: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
term.c:1572:7: warning: passing argument 3 of 'tputs' from incompatible
pointer type [enabled by default]
/usr/include/termcap.h:47:12: note: expected 'int (*)(char)' but
argument is of type 'int (*)(int)'
Home |
Main Index |
Thread Index |
Old Index