freetype/src
Sean McBride 7be2a94a50 Fix clang static analyzer and compiler warnings.
* src/autofit/afhints.c (af_glyph_hints_align_weak_points),
src/autofit/afloader (af_loader_load_g) <FT_GLYPH_FORMAT_COMPOSITE>,
src/base/ftcalc.c (FT_MSB), src/base/ftoutln.c
(FT_Outline_Decompose), src/bdf/bdfdrivr.c (bdf_interpret_style),
src/cff/cffparse.c (cff_parse_integer), src/cid/cidparse.c
(cid_parser_new), src/pfr/pfrload.c (pfr_phy_font_load),
src/raster/ftraster.c (Decompose_Curve), src/sfnt/sfdriver.c
(sfnt_get_ps_name), src/sfnt/ttcmap.c (tt_cmap12_next,
tt_cmap13_next), src/smooth/ftgrays.c (gray_hline): Remove dead
code.

* src/autofit/afmodule.c (af_property_get_face_globals,
af_property_set, af_property_get), src/base/ftbitmap.c
(ft_gray_for_premultiplied_srgb_bgra): Make functions static.

* src/base/ftobjs.c (ft_remove_renderer): Protect against
library == NULL.
(ft_property_do): Make function static.

* src/base/ftrfork.c: Include `ftbase.h'.

* src/sfnt/ttsbit.c (tt_face_load_sbix_image)
[!FT_CONFIG_OPTION_USE_PNG], src/type1/t1gload.c
(T1_Compute_Max_Advance): Avoid compiler warning.

* src/truetype/ttinterp.c (TT_New_Context): Reduce scope of
variable.
2014-02-08 13:55:38 +01:00
..
autofit Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
base Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
bdf Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
bzip2 */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
cache Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
cff Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
cid Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
gxvalid Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
gzip [gzip] New function `FT_Gzip_Uncompress'. 2013-08-29 17:53:24 +02:00
lzw Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
otvalid */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
pcf Fix Savannah bug #40997. 2013-12-25 08:50:50 +01:00
pfr Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
psaux Fix Savannah bug #41309. 2014-01-23 08:14:53 +01:00
pshinter Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
psnames Fix PIC linking. 2013-12-21 08:14:25 +01:00
raster Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
sfnt Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
smooth Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
tools Fix problems with perl 5.8.8 as distributed with current MinGW. 2014-02-05 15:40:47 +01:00
truetype Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
type1 Fix clang static analyzer and compiler warnings. 2014-02-08 13:55:38 +01:00
type42 Fix Savannah bug #41309. 2014-01-23 08:14:53 +01:00
winfonts Fix Savannah bug #40997. 2013-12-25 08:50:50 +01:00
Jamfile Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00