Date: Sun, 02 Mar 2014 12:54:58 -0700 From: Ian Lepore <ian@FreeBSD.org> To: Xin LI <delphij@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: 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... Message-ID: <1393790098.1149.248.camel@revolution.hippie.lan> In-Reply-To: <201403020858.s228wLKb055007@svn.freebsd.org> References: <201403020858.s228wLKb055007@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1393790098.1149.248.camel>