> 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


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to