From owner-cvs-all Fri Mar 22 16:44:39 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 5D42037B41B; Fri, 22 Mar 2002 16:44:34 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2N0iVq90212; Fri, 22 Mar 2002 19:44:31 -0500 (EST) (envelope-from wollman) Date: Fri, 22 Mar 2002 19:44:31 -0500 (EST) From: Garrett Wollman Message-Id: <200203230044.g2N0iVq90212@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/expr expr.1 expr.y In-Reply-To: References: <200203222018.g2MKIRj87213@freefall.freebsd.org> 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 < said: > cc1: warnings being treated as errors The changes were developed on SPARC, which uses a version of GCC capable of dealing with C99 formats. This is going to be an issue in other parts of the source tree soon enough. wollman@tsornin(389)$ make WARNS=4 Warning: Object directory not changed from original /alt/usr/src/bin/expr yacc -o expr.c expr.y /arch/sparc64/hosted/bin/gcc -O -pipe -Wall -Wformat -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c expr.c /arch/sparc64/hosted/bin/gcc -O -pipe -Wall -Wformat -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -static -o expr expr.o wollman@tsornin(390)$ -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message