suzuki toshiya 65a449887d [base] Fix g++4.6 compiler warnings in src/base/*.c.
Passing uninitialized pointer to the buffer allocator is
not problematic theoretically (as far as the returned
pointer is checked before writing), but g++4.6 dislikes
it and warns by -Wuninitialized.  Initialize them by NULL.

* src/base/ftobjs.c (FT_Stream_New): Init `stream'.
(new_memory_stream): Ditto.
(FT_New_GlyphSlot): Init `slot'.
(FT_CMap_New): Init `cmap'.
(open_face_PS_from_sfnt_stream): Init `sfnt_ps'.
(Mac_Read_POST_Resource): Init `pfb_data'.
(Mac_Read_sfnt_Resource): Init `sfnt_data'.
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets):
Init `offsets_internal' and `ref'.
(raccess_guess_darwin_hfsplus): Init `newpath'.
(raccess_guess_darwin_newvfs): Ditto.
* src/base/ftbitmap.c (ft_bitmap_assure_buffer):
Init `buffer'.
* src/base/ftstroke.c (FT_Stroker_New): Init `stroker'.
2011-06-15 01:44:24 +09:00
..
2010-01-09 08:14:26 +01:00
2008-11-29 09:31:44 +00:00
2009-03-03 21:35:32 +00:00
2010-07-12 21:13:22 +02:00
2010-07-12 21:13:22 +02:00
2010-06-08 08:37:11 +02:00
2009-01-06 06:59:36 +00:00
2010-06-27 15:10:15 +02:00
2010-01-05 20:48:57 +01:00
2009-04-04 09:20:14 +02:00
2004-12-13 23:16:59 +00:00
2004-12-13 23:16:59 +00:00
2009-04-04 09:20:14 +02:00