From owner-cvs-src@FreeBSD.ORG Wed Apr 2 21:50:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FAE837B401; Wed, 2 Apr 2003 21:50:51 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E66D043F3F; Wed, 2 Apr 2003 21:50:49 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.8/8.12.8) with ESMTP id h335onKu084019; Wed, 2 Apr 2003 21:50:49 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.9/8.12.8) with ESMTP id h335onTH067312; Wed, 2 Apr 2003 21:50:49 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h335onE4067311; Wed, 2 Apr 2003 21:50:49 -0800 (PST) Date: Wed, 2 Apr 2003 21:50:49 -0800 From: Marcel Moolenaar To: Juli Mallett Message-ID: <20030403055049.GA67232@dhcp01.pn.xcllnt.net> References: <200304030513.h335DR60079544@repoman.freebsd.org> <20030402231638.A81523@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030402231638.A81523@FreeBSD.org> User-Agent: Mutt/1.5.3i 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.c table.c talkd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 05:50:51 -0000 On Wed, Apr 02, 2003 at 11:16:40PM -0600, Juli Mallett wrote: > > On platforms with pointer alignment warnings, it's not really WARNS=5, > and I have not marked it as such for that reason. It is however now > WARNS=3 on those platforms, plus everything except the alignment issues. [Not picking on this particular commit] 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 The same happens with -O0 instead of -g. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net