mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Suppress warnings for uninitialized values
This commit is contained in:
@ -1302,7 +1302,7 @@ int han_xin(struct zint_symbol *symbol, const unsigned char source[], int length
|
||||
int est_binlen;
|
||||
int ecc_level = symbol->option_1;
|
||||
int i, j, version, posn = 0, glyph, glyph2;
|
||||
int data_codewords, size;
|
||||
int data_codewords = 0, size;
|
||||
int est_codewords;
|
||||
int bitmask;
|
||||
int error_number;
|
||||
|
Reference in New Issue
Block a user