Date: Wed, 10 Jul 2002 14:41:15 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/chmod chmod.c Message-ID: <200207102141.g6ALfF8w029851@apollo.backplane.com> References: <200207102036.g6AKaQej039281@freefall.freebsd.org> <xzpn0szmfrx.fsf@flood.ping.uio.no> <200207102133.g6ALXqu2016453@apollo.backplane.com> <xzpelebmfg1.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
: :Matthew Dillon <dillon@apollo.backplane.com> writes: :> Sigh. What does fixing __printf0like entail? Do we have to screw :> around with GCC? : :Yup, it's a local extension that seems to have been broken by the gcc :upgrade. : :DES :-- :Dag-Erling Smorgrav - des@ofug.org I'll stop comitting until we resolve this but so far it looks like ONLY warn() and err() are failure points. If these are the only failure points I would personally much rather deprecate warn() and err()'s format control use and clean up all the utilities that use NULL instead of hacking GCC. As a project we really ought to try to conform better to GCC defaults. I will be the first to admit that some GCC defaults are just to fracked up and we need local extensions, but we should conform to the ones that aren't too bad. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207102141.g6ALfF8w029851>