[ft-devel] compiler warnings building with clang 1.1

2010-05-13 Thread Sean McBride
Hi all, For fun, I tried building freetype (current git) with the newly release clang 1.1: http://clang.llvm.org/ It built, but gave these warnings: - In file included from /freetype2/src/sfnt/sfnt.c:23: /freetype2/src/sfnt/ttload.c:543:9: warning: using extended field designator is an

Re: [ft-devel] compiler warnings produced by the RVCT ARM compiler

2007-05-15 Thread Werner LEMBERG
compiling FreeType 2.3.4 using an ARM compiler (part of the RealView Compiler Tools suite: see http://www.arm.com/pdfs/DUI0205G_rvct_compiler_and_libraries_guide.pdf) I found some warnings and errors about the following things. Thanks, applied to the CVS. I enclose patched versions of all

RE: [ft-devel] compiler warnings produced by the RVCT ARM compiler

2007-05-15 Thread Graham Asher
@nongnu.org Subject: Re: [ft-devel] compiler warnings produced by the RVCT ARM compiler compiling FreeType 2.3.4 using an ARM compiler (part of the RealView Compiler Tools suite: see http://www.arm.com/pdfs/DUI0205G_rvct_compiler_and_libraries_guide.pdf) I found some warnings and errors about

[ft-devel] compiler warnings

2006-02-07 Thread Rick Heli
Hello, I've been compiling v. 2.1.0 recently and saw some warnings. I suspect all are innocuous, but as it seems they might be useful, thought I would forward the results (should be readable with vim) from this rather picky compiler. Werner LEMBERG wrote: So I wonder if you would like to

[ft-devel] compiler warnings

2005-05-22 Thread Werner LEMBERG
I still get those two compiler warnings (from gcc): In file included from src/sfnt/sfnt.c:26: src/sfnt/sfdriver.c: In function `sfnt_get_interface': src/sfnt/sfdriver.c:322: warning: ISO C forbids conversion of function pointer to object pointer type