Remove more clang analyzer warnings.
* src/bdf/bdflib.c (_bdf_readstream), src/truetype/ttgload.c (TT_Load_Glyph): Remove dead stores.
This commit is contained in:
parent
a32758f27c
commit
b24e8d3356
@ -1,3 +1,10 @@
|
||||
2014-03-06 Sean McBride <sean@rogue-research.com>
|
||||
|
||||
Remove more clang analyzer warnings.
|
||||
|
||||
* src/bdf/bdflib.c (_bdf_readstream), src/truetype/ttgload.c
|
||||
(TT_Load_Glyph): Remove dead stores.
|
||||
|
||||
2014-03-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/unix/configure.raw: Simplify.
|
||||
|
@ -691,7 +691,6 @@
|
||||
lineno = 1;
|
||||
buf[0] = 0;
|
||||
start = 0;
|
||||
end = 0;
|
||||
avail = 0;
|
||||
cursor = 0;
|
||||
refill = 1;
|
||||
|
@ -2346,8 +2346,6 @@
|
||||
TT_LoaderRec loader;
|
||||
|
||||
|
||||
error = FT_Err_Ok;
|
||||
|
||||
FT_TRACE1(( "TT_Load_Glyph: glyph index %d\n", glyph_index ));
|
||||
|
||||
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
|
||||
|
Loading…
Reference in New Issue
Block a user