Werner Lemberg a9f6f85e77 Various compiler warning fixes.
* include/freetype/internal/ftserv.h (FT_SERVICE_UNAVAILABLE): Use
`logical not' operator instead of negation.  The idea is that `~'
returns exactly the data type enforced by the cast to a pointer (be
it 32bit or 64bit or whatever), while a negative integer has not
this flexibility.
* src/cache/ftccmap.c (FTC_CMAP_UNKNOWN): Ditto.
* src/truetype/ttgxvar.c (ALL_POINTS, TT_Get_MM_Var): Ditto.
* src/type/t1load.c (T1_Get_MM_Var): Ditto.
(parse_blend_axis_types): Use cast.
* src/bdf/bdflib.c (_bdf_readstream): Use cast.
2012-12-17 09:08:09 +01:00
..
2012-06-27 08:16:06 +02:00
2009-01-12 20:11:14 +00:00
2010-07-12 20:57:54 +02:00
2012-07-29 13:15:53 +02:00
2012-07-29 13:15:53 +02:00
2012-12-17 09:08:09 +01:00
2012-07-29 13:15:53 +02:00
2012-07-29 13:15:53 +02:00
2011-11-13 16:30:59 +01:00