Fix warning for unused variable

This commit is contained in:
Glenn L McGrath 2001-01-03 01:44:49 +00:00
parent 5e23e3d631
commit 59c09d06e3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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