Re: clang's -Wmissing-variable-declarations shows some
shoddy programming
From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Andres Freund <andres(at)2ndquadrant(dot)com>
Cc:
Kevin Grittner <kgrittn(at)ymail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>,
"pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: clang's -Wmissing-variable-declarations shows some
shoddy programming
On Fri, 2013-12-20 at 00:09 +0100, Andres Freund wrote: > The attached patch fixes some of the easiest cases, where either an > include was missing o a variable should have been static.