Werner Lemberg a67c43e1c8 Avoid compiler warnings on x86-64 for `FT_MulFix'.
`FT_MulFix' takes `FT_Long' parameters as defined in `freetype.h',
but several inline implementations of it in `ftcalc.h' take
`FT_Int32' arguments.  This is causing compiler warnings on x86-64:
If parameters of type `FT_Fixed' (= `FT_Long') are passed to the
inline implementation of this function, integer values are truncated
from 64bit to 32bit.

* include/internal/ftcalc.h (FT_MulFix) [FT_MULFIX_ASSEMBLER]: Add
casts.
2014-11-19 06:46:23 +01:00
..
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2014-10-29 22:24:24 -04:00
2013-11-13 08:55:46 +01:00
2013-12-27 19:18:49 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-11-13 08:55:46 +01:00
2013-12-03 07:01:57 +01:00