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

Mike McCormack mike at codeweavers.com
Wed Jul 19 05:16:59 CDT 2006


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.

Mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f0e441e4cafc5bc83364aef6c2d80fee3196353b.diff
Type: text/x-patch
Size: 526 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060719/44e2bc1b/f0e441e4cafc5bc83364aef6c2d80fee3196353b.diff


More information about the wine-patches mailing list