[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] building freetype 2.3.11 on Mac OS X 10.6
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] building freetype 2.3.11 on Mac OS X 10.6 |
Date: |
Wed, 04 Nov 2009 12:19:35 +0100 (CET) |
> [...], there is only one compiler warning:
>
> /Users/sean/Downloads/freetype-2.3.11/src/tools/apinames.c:268:39:
> warning: field precision should have type 'int', but argument has type 'long'
> [-Wformat]
> fprintf( stderr, ">>> %.*s\n", p-name, name );
> ^ ~~~~~~
> This surprised me, but the 'printf' man page does say that '*'
> expects an int. It doesn't seem likely that p-name would overflow
> an int, so I guess a cast would be ok.
Fixed in git, thanks. Please test.
Werner
- Re: [ft-devel] building freetype 2.3.11 on Mac OS X 10.6,
Werner LEMBERG <=