aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/decompress_bunzip2.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-11-29 16:43:33 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-11-29 16:43:33 +0100
commit9b2a9f0210f13f1c59c0b954c4aa0eeb0a66efd1 (patch)
treea950fa73740d345e11ba1ce90f4fc39ee12516e6 /archival/libarchive/decompress_bunzip2.c
parent1a7256ac38284caffd2a0de2250364369059be69 (diff)
downloadbusybox-w32-9b2a9f0210f13f1c59c0b954c4aa0eeb0a66efd1.tar.gz
busybox-w32-9b2a9f0210f13f1c59c0b954c4aa0eeb0a66efd1.tar.bz2
busybox-w32-9b2a9f0210f13f1c59c0b954c4aa0eeb0a66efd1.zip
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libarchive/decompress_bunzip2.c')
-rw-r--r--archival/libarchive/decompress_bunzip2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libarchive/decompress_bunzip2.c b/archival/libarchive/decompress_bunzip2.c
index fb1f2921f..6396fe40d 100644
--- a/archival/libarchive/decompress_bunzip2.c
+++ b/archival/libarchive/decompress_bunzip2.c
@@ -818,7 +818,6 @@ static char *const bunzip_errors[] = {
818/* Dumb little test thing, decompress stdin to stdout */ 818/* Dumb little test thing, decompress stdin to stdout */
819int main(int argc, char **argv) 819int main(int argc, char **argv)
820{ 820{
821 int i;
822 char c; 821 char c;
823 822
824 int i = unpack_bz2_stream(0, 1); 823 int i = unpack_bz2_stream(0, 1);