From: Eric Andersen Date: Fri, 1 Dec 2000 19:04:52 +0000 (-0000) Subject: Make tar shutup on compile X-Git-Tag: 0_48~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02f3b2e0c8ba8f8943efc745f1c1777383199278;p=oweals%2Fbusybox.git Make tar shutup on compile --- diff --git a/archival/tar.c b/archival/tar.c index 01997e464..6d8e633b0 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv) int createFlag = FALSE; int verboseFlag = FALSE; int tostdoutFlag = FALSE; - int firstOpt = TRUE; + int status = FALSE; + int firstOpt = TRUE; int stopIt; - int status; if (argc <= 1) diff --git a/tar.c b/tar.c index 01997e464..6d8e633b0 100644 --- a/tar.c +++ b/tar.c @@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv) int createFlag = FALSE; int verboseFlag = FALSE; int tostdoutFlag = FALSE; - int firstOpt = TRUE; + int status = FALSE; + int firstOpt = TRUE; int stopIt; - int status; if (argc <= 1)