From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 12:12:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7793516A4CE for ; Thu, 11 Dec 2003 12:12:00 -0800 (PST) Received: from pixies.tirloni.org (pixies.tirloni.org [200.203.183.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555A643D2B for ; Thu, 11 Dec 2003 12:11:59 -0800 (PST) (envelope-from tirloni@tirloni.org) Received: by pixies.tirloni.org (Postfix, from userid 1000) id 38F3F1E27BB; Thu, 11 Dec 2003 18:11:53 -0200 (BRST) Date: Thu, 11 Dec 2003 18:11:53 -0200 From: "Giovanni P. Tirloni" To: current@freebsd.org Message-ID: <20031211201153.GV74657@pixies.tirloni.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Info: http://www.tirloni.org User-Agent: Mutt/1.5.4i Subject: df.c breaks compilation (unsigned and signed problem) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 20:12:00 -0000 Hi, Sorry if this has been reported before. I've just cvsup'ed some minutes ago (4:00 PM GMT). root@neutrino:/usr/src/bin/df# make clean rm -f df df.o vfslist.o df.1.gz df.1.cat.gz root@neutrino:/usr/src/bin/df# make cc -O -pipe -mcpu=pentiumpro -I/usr/src/bin/df/../../sbin/mount -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wbad-function-cast -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/bin/df/df.c /usr/src/bin/df/df.c: In function `prtstat': /usr/src/bin/df/df.c:450: warning: comparison between signed and unsigned /usr/src/bin/df/df.c:452: warning: comparison between signed and unsigned /usr/src/bin/df/df.c:454: warning: comparison between signed and unsigned /usr/src/bin/df/df.c: In function `update_maxwidths': /usr/src/bin/df/df.c:485: warning: comparison between signed and unsigned /usr/src/bin/df/df.c:486: warning: comparison between signed and unsigned /usr/src/bin/df/df.c:488: warning: comparison between signed and unsigned *** Error code 1 Stop in /usr/src/bin/df. root@neutrino:/usr/src/bin/df# -- Giovanni P. Tirloni Fingerprint: 8C3F BEC5 79BD 3E9B EDB8 72F4 16E8 BA5E D031 5C26