Minor warning cleanups

This commit is contained in:
Eric Andersen
2001-11-17 07:23:46 +00:00
parent bff7a60f63
commit 9c6b5fcb0a
2 changed files with 4 additions and 1 deletions

View File

@@ -595,7 +595,9 @@ int tar_main(int argc, char **argv)
unsigned short untar_funct_required = 0;
unsigned short extract_function = 0;
int include_list_count = 0;
#ifdef CONFIG_FEATURE_TAR_EXCLUDE
int exclude_list_count = 0;
#endif
#ifdef CONFIG_FEATURE_TAR_GZIP
int gunzip_pid;
int gz_fd = 0;