Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 19:44:31 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/bin/expr expr.1 expr.y
Message-ID:  <200203230044.g2N0iVq90212@khavrinen.lcs.mit.edu>
In-Reply-To: <xzp7ko4yvci.fsf@flood.ping.uio.no>
References:  <200203222018.g2MKIRj87213@freefall.freebsd.org> <xzp7ko4yvci.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On 23 Mar 2002 01:35:25 +0100, Dag-Erling Smorgrav <des@ofug.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203230044.g2N0iVq90212>