From owner-cvs-all@FreeBSD.ORG Thu Apr 3 00:04:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBFC37B401; Thu, 3 Apr 2003 00:04:43 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168A43F93; Thu, 3 Apr 2003 00:04:41 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA30938; Thu, 3 Apr 2003 18:04:26 +1000 Date: Thu, 3 Apr 2003 18:04:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Marcel Moolenaar In-Reply-To: <20030403055049.GA67232@dhcp01.pn.xcllnt.net> Message-ID: <20030403180026.A29934@gamplex.bde.org> References: <200304030513.h335DR60079544@repoman.freebsd.org> <20030403055049.GA67232@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/talkd announce.c extern.h print.ctable.c talkd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 08:04:44 -0000 On Wed, 2 Apr 2003, Marcel Moolenaar wrote: > Please, everybody, do not set WARNS=5 on anything because it breaks > non-optimized builds: > > cc -g -mcpu=pentiumpro -I/usr/local/src/fpi/cpu/.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wuninitialized -c decode.c > cc1: warnings being treated as errors > cc1: warning: -Wuninitialized is not supported without -O > *** Error code 1 Too late: ./bin/df/Makefile:WARNS?= 5 ./games/random/Makefile:WARNS?= 5 ./lib/csu/alpha/Makefile:WARNS?= 6 ./lib/libypclnt/Makefile:WARNS?= 5 ./sbin/devfs/Makefile:WARNS?= 5 ./sbin/nfsiod/Makefile:WARNS?= 6 ./tools/regression/geom/ConfCmp/Makefile:WARNS= 5 ./tools/regression/geom/GLib/Makefile:WARNS = 5 ./tools/regression/geom/Test/Makefile.inc:WARNS= 5 ./usr.bin/chpass/Makefile:WARNS?= 5 ./usr.bin/fetch/Makefile:WARNS?= 5 ./usr.bin/lsvfs/Makefile:WARNS?= 6 ./usr.bin/unifdef/Makefile:WARNS?= 5 ./usr.bin/whereis/Makefile:WARNS?= 5 ./usr.bin/xargs/Makefile:WARNS?= 6 ./usr.sbin/burncd/Makefile:WARNS?= 5 ./usr.sbin/extattr/Makefile:WARNS?= 5 This is mostly a bug in the implementation of WARNS. Bruce