mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CODABLOCKF: suppress cppcheck warning (#233)
This commit is contained in:
parent
4d3aae45d0
commit
7cd0d9ae22
@ -211,7 +211,7 @@ static int Columns2Rows(struct zint_symbol *symbol, CharacterSetTable *T, const
|
||||
int * pRows, int * pUseColumns, int * pSet, int * pFillings)
|
||||
{
|
||||
int useColumns; /* Usable Characters per line */
|
||||
int fillings; /* Number of filling characters */
|
||||
int fillings = 0; /* Number of filling characters */
|
||||
int rowsCur;
|
||||
int runChar;
|
||||
int emptyColumns; /* Number of codes still empty in line. */
|
||||
|
Loading…
Reference in New Issue
Block a user