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-01-17 02:00:24 +09:00
2011-01-13 10:33:04 +01:00
2011-01-13 10:33:04 +01:00
2012-12-17 09:08:09 +01:00
2011-01-13 10:33:04 +01:00
2011-01-13 10:33:04 +01:00
2010-07-12 21:13:22 +02:00
2012-01-17 02:00:24 +09:00
2011-01-13 10:33:04 +01:00
2011-01-13 10:33:04 +01:00
2011-01-13 10:33:04 +01:00
2005-06-04 23:04:30 +00:00