testcommon: fix sizeof bug; AZTEC/QR: suppress cppcheck warnings (#233)

This commit is contained in:
gitlost 2021-07-06 12:13:34 +01:00
parent 9b02cd5221
commit 4d3aae45d0
13 changed files with 184 additions and 110 deletions

View file

@ -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");