svn commit: r262685 - in head: contrib/ncurses contrib/ncurses/doc contrib/ncurses/doc/html contrib/ncurses/form contrib/ncurses/include contrib/ncurses/man contrib/ncurses/menu contrib/ncurses/mis...
Ian Lepore
ian at FreeBSD.org
Sun Mar 2 19:55:02 UTC 2014
On Sun, 2014-03-02 at 08:58 +0000, Xin LI wrote:
> Author: delphij
> Date: Sun Mar 2 08:58:21 2014
> New Revision: 262685
> URL: http://svnweb.freebsd.org/changeset/base/262685
>
> Log:
> MFV r262639: ncurses 5.9 20140222 snapshot.
>
> Requested by: bapt
This seems to be causing tinderbox failures on ARM...
cc -O -pipe -D_XOPEN_SOURCE_EXTENDED -DENABLE_WIDEC -I. -I/obj/arm.arm/src/lib/ncurses/formw/../ncursesw -I/src/lib/ncurses/formw/../ncursesw -I/src/lib/ncurses/formw/../ncurses -I/src/lib/ncurses/formw/../../../contrib/ncurses/include -I/src/lib/ncurses/formw/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -I/src/lib/ncurses/formw/../../../contrib/ncurses/form -I/src/lib/ncurses/formw/../../../contrib/ncurses/menu -std=gnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -c /src/lib/ncurses/formw/../../../contrib/ncurses/form/frm_driver.c -o frm_driver.o
/src/lib/ncurses/formw/../../../contrib/ncurses/form/frm_driver.c:4506:9: error: comparison of integers of different signs: 'wchar_t' (aka 'unsigned int') and 'int' [-Werror,-Wsign-compare]
if (c == FIRST_ACTIVE_MAGIC)
~ ^ ~~~~~~~~~~~~~~~~~~
1 error generated.
*** Error code 1
-- Ian
More information about the svn-src-all
mailing list