[cff] Try to silence static code analyzer

Part of https://github.com/harfbuzz/harfbuzz/issues/4832
This commit is contained in:
Behdad Esfahbod 2024-08-14 10:19:40 -07:00
parent 39ea4cdd77
commit a411de2b3e

View file

@ -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)
{