[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Metaware ARC compiler warnings
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Metaware ARC compiler warnings |
Date: |
Tue, 20 Nov 2007 17:18:59 +0100 (CET) |
> I use compiler is Metaware hcarc4.5a, FT2 version is 2.3.5. I get the
> following compiler warnings: [...]
> So, I decide that disable the display of 572 warning message with
> pragam Offwarn:
>
> CFLAGS += -Hpragma=Offwarn(572)
>
> [...]
>
> CFLAGS += -Hoff=Behaved
Would you like to contribute a metaware.mk file (in directory
builds/compiler)?
> w "freetype235/src/autofit/aflatin.c",L200: Variable "round" is possibly
> referenced before set.
>
> My solution as bellowing:
>
> FT_Bool round = 0; /* make compiler happy */
This is already in the CVS.
Thanks for your report!
Werner