mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-06-06 17:08:20 +02:00
`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. |
||
|---|---|---|
| .. | ||
| services | ||
| autohint.h | ||
| ftcalc.h | ||
| ftdebug.h | ||
| ftdriver.h | ||
| ftgloadr.h | ||
| ftmemory.h | ||
| ftobjs.h | ||
| ftpic.h | ||
| ftrfork.h | ||
| ftserv.h | ||
| ftstream.h | ||
| fttrace.h | ||
| ftvalid.h | ||
| internal.h | ||
| psaux.h | ||
| pshints.h | ||
| sfnt.h | ||
| t1types.h | ||
| tttypes.h | ||