From owner-cvs-all Wed Jul 10 14:33:57 2002 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 8C37D37B400; Wed, 10 Jul 2002 14:33:52 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D0943E54; Wed, 10 Jul 2002 14:33:52 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g6ALXqLA016454; Wed, 10 Jul 2002 14:33:52 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g6ALXqu2016453; Wed, 10 Jul 2002 14:33:52 -0700 (PDT) (envelope-from dillon) Date: Wed, 10 Jul 2002 14:33:52 -0700 (PDT) From: Matthew Dillon Message-Id: <200207102133.g6ALXqu2016453@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/chmod chmod.c References: <200207102036.g6AKaQej039281@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matt Dillon writes: :> Log: :> err() is documented as allowing NULL for the format string but GCC isn't :> happy about it any more so change the useage so buildworld works again. : :Please, no. Use WFORMAT=0 instead, until someone fixes __printf0like. : :DES :-- :Dag-Erling Smorgrav - des@ofug.org Sigh. What does fixing __printf0like entail? Do we have to screw around with GCC? Because given the choice of screwing around with GCC and doing a simple mechanical change to a few dozen source files I would much rather do the mechanical change. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message