aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 19:04:52 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 19:04:52 +0000
commit02f3b2e0c8ba8f8943efc745f1c1777383199278 (patch)
tree3e2c42370283aad9d6040ef476479cae892063da
parent87559829ffc79b94adcee00b64706ce78ff2f3fb (diff)
downloadbusybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.tar.gz
busybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.tar.bz2
busybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.zip
Make tar shutup on compile
-rw-r--r--archival/tar.c4
-rw-r--r--tar.c4
2 files changed, 4 insertions, 4 deletions
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)
154 int createFlag = FALSE; 154 int createFlag = FALSE;
155 int verboseFlag = FALSE; 155 int verboseFlag = FALSE;
156 int tostdoutFlag = FALSE; 156 int tostdoutFlag = FALSE;
157 int firstOpt = TRUE; 157 int status = FALSE;
158 int firstOpt = TRUE;
158 int stopIt; 159 int stopIt;
159 int status;
160 160
161 161
162 if (argc <= 1) 162 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)
154 int createFlag = FALSE; 154 int createFlag = FALSE;
155 int verboseFlag = FALSE; 155 int verboseFlag = FALSE;
156 int tostdoutFlag = FALSE; 156 int tostdoutFlag = FALSE;
157 int firstOpt = TRUE; 157 int status = FALSE;
158 int firstOpt = TRUE;
158 int stopIt; 159 int stopIt;
159 int status;
160 160
161 161
162 if (argc <= 1) 162 if (argc <= 1)