mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-19 19:07:09 +00:00
testcommon: fix sizeof bug; AZTEC/QR: suppress cppcheck warnings (#233)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user