Date: Mon, 10 Dec 2001 22:40:13 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Warner Losh <imp@harmony.village.org> Cc: "David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exec.c kern_intr.c kern_sema.c subr_witness.c Message-ID: <20011210224013.O1956@espresso.q9media.com> In-Reply-To: <200112110327.fBB3RuM24201@harmony.village.org>; from imp@harmony.village.org on Mon, Dec 10, 2001 at 08:27:56PM -0700 References: <200112100540.fBA5eCl35471@freefall.freebsd.org> <200112110327.fBB3RuM24201@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh <imp@harmony.village.org> writes: > In message <200112100540.fBA5eCl35471@freefall.freebsd.org> "David E. O'Brien" writes: > : Repeat after me -- "Use of ANSI string concatenation can be bad." > > is the usual use for long printf lines OK? Yes. In this case, some people were exploiting GCC (2.95)'s misimplementation of __func__ as a constant, when in reality it must be defined as a static constant automatic. It appears they have corrected this in newer releases. Best regards, Mike Barcroft 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?20011210224013.O1956>