Hello,

> #if __LP64__
> ...
> #endif
> 
> might be simpler, how do you think?
> 

this will generate an error with certain compilers/pre-processors if __LP64__ 
is not defined.
generally speaking #if XXXXX is not a portable statement, except if you ensure 
that the macro
is always defined beforehand.

> > 3) include/freetype/config/ftstdlib.h
> >  - fix compiler warning
> 
> I think include/freetype/config/ftconfig.in is
> the right place of compiler-specific configuration.

I agree, and will commit the proper fix

thanks to all,

- David


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

Reply via email to