mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
More warnings zapped into submission!
This commit is contained in:
parent
625d09f621
commit
869f08b904
2 changed files with 6 additions and 2 deletions
backend
|
@ -202,6 +202,7 @@ int c39(struct zint_symbol *symbol, unsigned char source[])
|
|||
case 40: check_digit = '/'; break;
|
||||
case 41: check_digit = '+'; break;
|
||||
case 42: check_digit = 37; break;
|
||||
default: check_digit = ' '; break; /* Keep compiler happy */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue