[Scummvm-devel] ScummVM 0.12.0: Release status -- 2008-07-13

Max Horn max at quendi.de
Mon Jul 14 14:50:33 CEST 2008


Am 14.07.2008 um 14:04 schrieb Marcus Comstedt:

>
> Max Horn <max at quendi.de> writes:
>
>> Interesting suggestions. However it causes GCC to produce warnings,
>> like this one:
>>  base/plugins.cpp:30:5: warning: "FOOBAR" is not defined
>
> I'm unable to reproduce this, using gcc 4.2.3 and the options
> -W -Wall -ansi -pedantic -Wuninitialized -Wno-unused-parameter
> -Wno-parentheses -Wno-empty-body.
>
> What GCC version and what options are you using,

Of course I was using the default ScummVM compiler options :-).
Looking at those, the "problem" comes from us having -Wundef in those.  
So I guess we could just drop it, fine :).

> and what exactly does line 30 of plugins.cpp say?

#if FOOBAR
#endif


Bye,
Max




More information about the Scummvm-devel mailing list