Mail Archives: djgpp-workers/2001/03/27/09:16:34
On Tue, 27 Mar 2001, Hans-Bernhard Broeker wrote:
> Well, I thought I'd make what Andris sent a bit easier to digest for all
> of us, so I ran a little filter script of mine across the 4 *.log files
> contained in his .zip file to list, count, and sort the different warnings
> by message:
Thanks for the footwork.
> 152 traditional C rejects the 'u' suffix
>
> As can be seen, the vast majority of the warnings are of the "traditional
> C rejects..." type, plus some 'deprecated' warnings probably linked to
> changes between classic ANSI/ISO C 89/90 and the new C99.
DJ, should we remove -Wtraditional from gcc.opt? It looks like it's
becoming a terrible PITA, nagging left and right about legitimate code
which will be pain to change. (I admit that the 'u' suffix was the last
straw.)
- Raw text -