From owner-svn-src-all@FreeBSD.ORG Thu Jun 16 16:04:37 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F04F8106564A; Thu, 16 Jun 2011 16:04:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B0A748FC12; Thu, 16 Jun 2011 16:04:37 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p5GFrXU7018410 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 16 Jun 2011 09:53:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <201106161535.p5GFZCb7034904@svn.freebsd.org> Date: Thu, 16 Jun 2011 09:53:18 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201106161535.p5GFZCb7034904@svn.freebsd.org> To: Tai-hwa Liang X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Thu, 16 Jun 2011 09:53:36 -0600 (MDT) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r223151 - head/lib/libstand X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 16:04:38 -0000 On Jun 16, 2011, at 9:35 AM, Tai-hwa Liang wrote: > Author: avatar > Date: Thu Jun 16 15:35:12 2011 > New Revision: 223151 > URL: http://svn.freebsd.org/changeset/base/223151 >=20 > Log: > Using the correct format string(%zu) for size_t type. This should = fix 64 > bits builds. >=20 > Submitted by: Garrett Cooper How about we hold all fixes until it *ACTUALLY* builds on all universe = platforms? I hate to be cranky, but build breakage costs a lot of time. And for = stupid stuff like this? I'm inclined to force WARNS=3D0 until people = can actually fix it right. Warner