msi: Use -fno-builtin to avoid warnings with gcc 4.1.1.

Mike McCormack mike at codeweavers.com
Wed Jul 19 08:53:46 CDT 2006


Dan Kegel wrote:
>> gcc 4.1.1 seems to have a bug or some new "feature" in that it still
>> warns about builtin iswalpha, etc having a different prototype to the
>> msvcrt functions with the same name, even when -fno-builtin-iswalpha is
>> specified.
>>
>> It seems to behave when -fno-builtin is specified though, so I suggest
>> we change to using that.
> 
> Can you file a bug report at
> http://gcc.gnu.org/bugzilla/

You're welcome to file a bug report if you like, but I don't consider 
this worth of one myself.

Mike



More information about the wine-devel mailing list