aboutsummaryrefslogtreecommitdiff
path: root/dpkg_deb.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:44:49 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:44:49 +0000
commit59c09d06e34df81f55e463fc61e69d5081eb5161 (patch)
treef95d41ec46acf4e4c35b0c107e0eed038f6bbb51 /dpkg_deb.c
parent5e23e3d6314c025d353798f0a34d3da84936b908 (diff)
downloadbusybox-59c09d06e34df81f55e463fc61e69d5081eb5161.tar.gz
Fix warning for unused variable
Diffstat (limited to 'dpkg_deb.c')
-rw-r--r--dpkg_deb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg_deb.c b/dpkg_deb.c
index b20cc2695..337e6e10d 100644
--- a/dpkg_deb.c
+++ b/dpkg_deb.c
@@ -40,7 +40,7 @@ extern int dpkg_deb_main(int argc, char **argv)
{
const int dpkg_deb_contents = 1;
const int dpkg_deb_control = 2;
- const int dpkg_deb_info = 4;
+// const int dpkg_deb_info = 4;
const int dpkg_deb_extract = 8;
const int dpkg_deb_verbose_extract = 16;
int opt=0;