freetype2/include/freetype/internal
Ben Wagner 7819aeb622 Avoid Microsoft compiler warnings (#51331).
While clang's sanitizer recommends a cast to unsigned for safe
negation (to handle -INT_MIN), both MSVC and Visualc emit warning
C4146 if an unsigned value gets negated.

* include/freetype/internal/ftcalc.h (NEG_LONG, NEG_INT32),
src/base/ftcalc.c (FT_MOVE_SIGN): Replace negation with a
subtraction.
2017-06-28 22:57:41 +02:00
..
services [truetype] Store and use design coordinates also. 2017-03-12 20:46:56 +01:00
autohint.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftcalc.h Avoid Microsoft compiler warnings (#51331). 2017-06-28 22:57:41 +02:00
ftdebug.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftdriver.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftgloadr.h Update copyright year. 2017-01-04 20:16:34 +01:00
fthash.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
ftmemory.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftobjs.h Provide more macros for flooring, ceiling, and rounding. 2017-06-09 20:34:28 +02:00
ftpic.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftrfork.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftserv.h Add framework to support services with 9 functions. 2017-01-31 19:11:56 +01:00
ftstream.h Minor. 2017-03-06 20:29:26 +01:00
fttrace.h Update copyright year. 2017-01-04 20:16:34 +01:00
ftvalid.h Update copyright year. 2017-01-04 20:16:34 +01:00
internal.h Update copyright year. 2017-01-04 20:16:34 +01:00
psaux.h */*: s/backwards compatibility/backward compatibility/. 2017-05-03 23:54:29 +02:00
pshints.h Update copyright year. 2017-01-04 20:16:34 +01:00
sfnt.h [sfnt] Add `get_name_id' service. 2017-03-05 19:06:41 +01:00
t1types.h Update copyright year. 2017-01-04 20:16:34 +01:00
tttypes.h */*: s/backwards compatibility/backward compatibility/. 2017-05-03 23:54:29 +02:00