Mail Archives: djgpp-workers/2001/05/14/05:31:34
On Mon, 14 May 2001, Andris Pavenis wrote:
> > On Mon, 14 May 2001, DJ Delorie wrote:
> >
> > > These are all easily fixed, and in many cases makes the code easier to
> > > read, and thus easier to maintain. I would rather keep -Wtraditional
> > > in, it may spot a bug, and it helps keep the code clean and readable.
> >
> > What bugs can -Wtraditional spot? IMHO, it warns about practices which
> > are safe and portable except to _very_ old compilers we don't care about.
>
> I'm often using -W -Wall to compile my own sources (mostly C++) and trying
> to get them to compile without warnings. There are some noisances of
> course but usually not too much.
We could consider adding -W. But I suggest to agree on what to do
about -Wtraditional first.
- Raw text -