mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
Reduce Warnings in Debian
A number of adjustments to reduce the warnings when building .deb packages in Debian
This commit is contained in:
parent
2ee978379b
commit
2853b473f6
6 changed files with 9 additions and 39 deletions
|
@ -168,7 +168,7 @@ void qr_binary(int datastream[], int version, int target_binlen, char mode[], in
|
|||
{
|
||||
/* Convert input data to a binary stream and add padding */
|
||||
int position = 0, debug = 0;
|
||||
int short_data_block_length, i, scheme;
|
||||
int short_data_block_length, i, scheme = 1;
|
||||
char data_block, padbits;
|
||||
int current_binlen, current_bytes;
|
||||
int toggle, percent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue