Re: [FIXES] 2.1.125

Linus Torvalds (torvalds@transmeta.com)
Sat, 10 Oct 1998 09:52:48 -0700 (PDT)


On Sat, 10 Oct 1998, Adam Sulmicki wrote:
> #if OLD_NCURSES
> - for (i = 0; i < menu_width; i++)
> + for (int i = 0; i < menu_width; i++)

The above is not even valid C.

I'd rather have the warnings.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/