Reduce Warnings in Debian

A number of adjustments to reduce the warnings when building .deb packages in Debian
This commit is contained in:
Robin Stuart 2010-10-07 17:03:41 +01:00
parent 2ee978379b
commit 2853b473f6
6 changed files with 9 additions and 39 deletions

View file

@ -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;