[PATCH 1/3] [MTD-UTILS] Unified reading from standard input and from file
Jamie Lokier
jamie at shareable.org
Wed Jun 10 13:23:40 EDT 2009
Artem Bityutskiy wrote:
> On Wed, 2009-06-10 at 19:03 +0300, Artem Bityutskiy wrote:
> > Err, is it normal C do do stuff like
> > {
> > readlen = meminfo.writesize;
> > int tinycnt += cnt;
>
> Sorry, I meant
> {
> readlen = meminfo.writesize;
> int tinycnt = 0;
It's C99, and GCC has accepted that syntax since GCC 3.0.
If you want to disable it, use -Werror=declaration-after-statement in
current GCC, or -pedantic (but that has other effects).
-- Jamie
More information about the linux-mtd
mailing list