gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Re: arend_3_3.6: shrink size of local_owl_data


From: Arend Bayer
Subject: Re: [gnugo-devel] Re: arend_3_3.6: shrink size of local_owl_data
Date: Thu, 23 May 2002 10:29:29 +0200 (CEST)

> > It suspect that the option -Wp,lang-c89 should take care of forcing
> > a failure here. However, I cannot find this option in either the
> > documentation of gcc-2.95.3 nor 3.1 I can force gcc 3.1 to produce a
> > warning there with -ansi -pedantic. But that causes tons of other
> > warnings due to the variadic macros.
> >
> > I guess I will switch back to gcc 2.95.
>
> Look into the -std option--it's all in the manual.

-std=c89 is the same as -ansi and has the same problems as mentioned
above.

A solution might be to always use Trevor's non-variadic trace macros,
then we could even use -ansi -pedantic.

Arend




reply via email to

[Prev in Thread] Current Thread [Next in Thread]