From: Matt Kraai Date: Mon, 12 Nov 2001 16:45:23 +0000 (-0000) Subject: Eliminate unused variable warnings. X-Git-Tag: 0_60_2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9fb38f600c9b166e404662def58db16e3a823596;p=oweals%2Fbusybox.git Eliminate unused variable warnings. --- diff --git a/archival/tar.c b/archival/tar.c index 815949767..c954b7e21 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -596,8 +596,10 @@ int tar_main(int argc, char **argv) unsigned short extract_function = 0; int include_list_count = 0; int exclude_list_count = 0; +#ifdef CONFIG_FEATURE_TAR_GZIP int gunzip_pid; int gz_fd = 0; +#endif if (argc < 2) { show_usage();