freetype2/src/truetype
suzuki toshiya e62c876bb0 Fix g++4.6 compiler warnings in module drivers.
The background is same with previous commit.

* src/truetype/ttgxvar.c (ft_var_readpackedpoints):
Init `points'.  (TT_Vary_Get_Glyph_Deltas): Init
`delta_xy'.  (TT_Get_MM_Var): Init `mmvar'.
* src/type1/t1load.c (T1_Get_MM_Var): Ditto.
* src/cff/cffdrivr.c (cff_ps_get_font_info): Init
`font_info'.
* src/cff/cffload.c (cff_index_get_pointers): Init `t'.
(cff_font_load): Init `sub'.
* src/cff/cffobjs.c (cff_size_init): Init `internal'.
(cff_face_init): Init `cff'.
* src/pfr/pfrload.c (pfr_extra_item_load_stem_snaps):
Init `snaps'.
* src/pcf/pcfread.c (pcf_get_properties): Init `properties'.
(pcf_get_bitmaps): Init `offsets'.  (pcf_get_encodings):
Init `tmpEncoding'.
* src/sfnt/ttload.c (tt_face_load_gasp): Init `gaspranges'.
* src/sfnt/ttsbit.c (Load_SBit_Image): Init `components'.
* src/cache/ftcmru.c (FTC_MruList_New): Init `node'.
* src/gzip/ftgzip.c (FT_Stream_OpenGzip): Init `zip' and
`zip_buff'.
* src/lzw/ftlzw.c (FT_Stream_OpenLZW): Init `zip'.
* src/bzip2/ftbzip2.c (FT_Stream_OpenBzip2): Init `zip'.
2011-06-15 02:48:33 +09:00
..
Jamfile Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00
truetype.c Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttdriver.c Always ignore global advance. 2011-04-21 08:21:37 +02:00
ttdriver.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
tterrors.h Formatting. 2001-06-19 23:03:41 +00:00
ttgload.c Always ignore global advance. 2011-04-21 08:21:37 +02:00
ttgload.h Always ignore global advance. 2011-04-21 08:21:37 +02:00
ttgxvar.c Fix g++4.6 compiler warnings in module drivers. 2011-06-15 02:48:33 +09:00
ttgxvar.h truetype: Extend mmvar_len to hold size_t values. 2009-08-01 00:32:18 +09:00
ttinterp.c [truetype] Protect jump instructions against endless loops. 2011-01-31 22:26:53 +01:00
ttinterp.h Fix Savannah bug #30657. 2010-08-06 00:47:57 +02:00
ttobjs.c Reduce warnings for MS Visual Studio 2010. 2011-05-24 06:22:32 +02:00
ttobjs.h [truetype] FT_LOAD_PEDANTIC now affects `prep' and `fpgm' also. 2011-02-01 07:08:43 +01:00
ttpic.c */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
ttpic.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
ttpload.c * src/truetype/ttpload.c(tt_face_load_loca): Fix mismatch warning. 2011-03-23 05:19:59 +01:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00