From owner-cvs-src@FreeBSD.ORG Tue Nov 20 08:48:55 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BC9F16A419; Tue, 20 Nov 2007 08:48:55 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id D5A7013C48A; Tue, 20 Nov 2007 08:48:54 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id E42B341C750; Tue, 20 Nov 2007 09:30:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id gam9ofyBTL0M; Tue, 20 Nov 2007 09:30:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 8818A41C749; Tue, 20 Nov 2007 09:30:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id A5EF04448A9; Tue, 20 Nov 2007 08:25:54 +0000 (UTC) Date: Tue, 20 Nov 2007 08:25:54 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Birrell In-Reply-To: <200711200207.lAK27UmF082244@repoman.freebsd.org> Message-ID: <20071120082329.C53707@maildrop.int.zabbadoz.net> References: <200711200207.lAK27UmF082244@repoman.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libkse Makefile src/lib/libthr Makefile src/usr.bin/netstat Makefile src/usr.sbin/acpi/acpidb Makefile src/usr.sbin/kldxref Makefile src/usr.sbin/nscd Makefile src/usr.sbin/rpc.yppasswdd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 20 Nov 2007 08:48:55 -0000 On Tue, 20 Nov 2007, John Birrell wrote: Hi, > jb 2007-11-20 02:07:30 UTC > > FreeBSD src repository > > Modified files: > lib/libkse Makefile > lib/libthr Makefile > usr.bin/netstat Makefile > usr.sbin/acpi/acpidb Makefile > usr.sbin/kldxref Makefile > usr.sbin/nscd Makefile > usr.sbin/rpc.yppasswdd Makefile > Log: > These are the things that the tinderbox has problems with because it > doesn't use the default CFLAGS which contain -fno-strict-aliasing. > > Until the code is cleaned up, just add -fno-strict-aliasing to the > CFLAGS of these for the tinderboxes' sake, allowing the rest of the > tree to have -Werror enabled again. I have the feeling that adding -fno-strict-aliasing just for the tinderbox to be happy is not the right solution, even if it is temporary. Isn't lowering WARNS a better temporary solution? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.