mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-14 18:13:53 +00:00
testcommon: fix sizeof bug; AZTEC/QR: suppress cppcheck warnings (#233)
This commit is contained in:
@@ -120,7 +120,7 @@ static void test_big5_utf8(int index) {
|
||||
int data_size = ARRAY_SIZE(data);
|
||||
int i, length, ret;
|
||||
|
||||
struct zint_symbol symbol;
|
||||
struct zint_symbol symbol = {0};
|
||||
unsigned int b5data[20];
|
||||
|
||||
testStart("test_big5_utf8");
|
||||
|
||||
Reference in New Issue
Block a user