fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -818,7 +818,6 @@ static char *const bunzip_errors[] = {
 | 
			
		||||
/* Dumb little test thing, decompress stdin to stdout */
 | 
			
		||||
int main(int argc, char **argv)
 | 
			
		||||
{
 | 
			
		||||
	int i;
 | 
			
		||||
	char c;
 | 
			
		||||
 | 
			
		||||
	int i = unpack_bz2_stream(0, 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user