mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
Eliminate unused variable warnings.
This commit is contained in:
parent
a5f09c668e
commit
9fb38f600c
@ -596,8 +596,10 @@ int tar_main(int argc, char **argv)
|
|||||||
unsigned short extract_function = 0;
|
unsigned short extract_function = 0;
|
||||||
int include_list_count = 0;
|
int include_list_count = 0;
|
||||||
int exclude_list_count = 0;
|
int exclude_list_count = 0;
|
||||||
|
#ifdef CONFIG_FEATURE_TAR_GZIP
|
||||||
int gunzip_pid;
|
int gunzip_pid;
|
||||||
int gz_fd = 0;
|
int gz_fd = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
show_usage();
|
show_usage();
|
||||||
|
Loading…
Reference in New Issue
Block a user