From owner-cvs-all Tue Dec 4 5:49:16 2001 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 1B20737B419; Tue, 4 Dec 2001 05:49:06 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.0/8.11.0) with UUCP id fB4Dn4u18959; Tue, 4 Dec 2001 14:49:04 +0100 (CET) Received: from mail.cicely.de (cicely20.cicely.de [10.1.1.22]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id fB4Dn0AD038565; Tue, 4 Dec 2001 14:49:05 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id fB4Dn0L06671; Tue, 4 Dec 2001 14:49:00 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.4/8.11.4) id fB4Dmxm75551; Tue, 4 Dec 2001 14:48:59 +0100 (CET) (envelope-from ticso) Date: Tue, 4 Dec 2001 14:48:57 +0100 From: Bernd Walter To: David Malone Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/vis foldit.c vis.c Message-ID: <20011204144856.A75379@cicely8.cicely.de> References: <200112032140.fB3Le7858570@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112032140.fB3Le7858570@freefall.freebsd.org> User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 03, 2001 at 01:40:07PM -0800, David Malone wrote: > dwmalone 2001/12/03 13:40:07 PST > > Modified files: > usr.bin/vis foldit.c vis.c > Log: > Some warns cleanups - I think this is still not warns clean on the alpha. > > Revision Changes Path > 1.5 +2 -1 src/usr.bin/vis/foldit.c > 1.7 +7 -6 src/usr.bin/vis/vis.c WARNS= 2: ticso@cicely9# make Warning: Object directory not changed from original /var/d6/FreeBSD-test/src/usr.bin/vis cc -O -pipe -mcpu=ev56 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c vis.c cc -O -pipe -mcpu=ev56 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c foldit.c cc1: warnings being treated as errors foldit.c:46: warning: function declaration isn't a prototype *** Error code 1 Stop in /var/d6/FreeBSD-test/src/usr.bin/vis. Exit 1 without WARNS: ticso@cicely9# make Warning: Object directory not changed from original /var/d6/FreeBSD-test/src/usr.bin/vis cc -O -pipe -mcpu=ev56 -c foldit.c cc -O -pipe -mcpu=ev56 -o vis vis.o foldit.o gzip -cn vis.1 > vis.1.gz It doesn't look like an alpha specific warning. If I remove -Wstrict-prototypes and -Wmissing-prototypes from the warnings it compiles on -alpha. Just in case it's related - my system is -current from 3.9.2001. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message