|
From: Bart V. A. <bar...@gm...> - 2010-01-01 18:39:28
|
On Fri, Jan 1, 2010 at 7:31 PM, <sv...@va...> wrote: > Author: sewardj > Date: 2010-01-01 18:30:59 +0000 (Fri, 01 Jan 2010) > New Revision: 10984 > > Log: > Don't use -Wdeclaration-after-statement. We long since abandoned any > pretense of being buildable with gcc prior to 3.0, hence there's no > point in having this flag. Hello Julian, First of all, my best wishes for the new year 2010. Regarding r10984: ANSI C89 and C90 (but not C99) require that declarations come before statements. Giving up -Wdeclaration-after-statement also means giving up C89 and C90 conformance. Bart. |