On Thu, Sep 20, 2007 at 02:13:11PM -0700, chromatic wrote: > Hoist that declaration up a bit, or C89 compilers will complain. Is there a > GCC warning that we could enable here?
-Wdeclaration-after-statement Sadly it can't be made an error. Nicholas Clark