mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[cff] Try to silence static code analyzer
Part of https://github.com/harfbuzz/harfbuzz/issues/4832
This commit is contained in:
parent
39ea4cdd77
commit
a411de2b3e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ struct dict_opset_t : opset_t<number_t>
|
|||
|
||||
enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END };
|
||||
|
||||
char buf[32];
|
||||
char buf[32] = {0};
|
||||
unsigned char byte = 0;
|
||||
for (unsigned i = 0, count = 0; count < ARRAY_LENGTH (buf); ++i, ++count)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue