mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
Suppress warnings for uninitialized values
This commit is contained in:
parent
d86ac40b20
commit
8d3abf8440
2 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue