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

Dan Kegel dank at kegel.com
Wed Jul 19 10:37:43 CDT 2006


Thanks!

On 7/19/06, Mike McCormack <mike at codeweavers.com> wrote:
>
> I investigated this and have reported a bug:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28437
>
> In summary, gcc 4.1.2 seems to ignore all but the last -fno-builtin-*
> flag out of many...
>
> $ cat b.c
> int iswalpha(unsigned short);
> $ gcc -fno-builtin-iswalpha -c b.c
> $ gcc -fno-builtin-iswalpha -fno-builtin-iswalnum -c b.c
> b.c:1: warning: conflicting types for built-in function 'iswalpha'
>
> Mike
>


-- 
Wine for Windows ISVs: http://kegel.com/wine/isv



More information about the wine-devel mailing list