mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 02:05:11 -04:00
testcommon: fix sizeof bug; AZTEC/QR: suppress cppcheck warnings (#233)
This commit is contained in:
parent
9b02cd5221
commit
4d3aae45d0
13 changed files with 184 additions and 110 deletions
|
@ -54,7 +54,7 @@ static void test_utf8_to_unicode(int index, int debug) {
|
|||
int i, length, ret;
|
||||
|
||||
unsigned int vals[20];
|
||||
struct zint_symbol symbol;
|
||||
struct zint_symbol symbol = {0};
|
||||
|
||||
testStart("test_utf8_to_unicode");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue