mirror of
https://github.com/sheumann/hush.git
synced 2025-01-26 14:33:00 +00:00
Fix warning for unused variable
This commit is contained in:
parent
5e23e3d631
commit
59c09d06e3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user