diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 19:04:52 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 19:04:52 +0000 |
commit | 2ba048e581c8046dff7c205093d28c54702e3c7e (patch) | |
tree | 3e2c42370283aad9d6040ef476479cae892063da /tar.c | |
parent | c8166b5b2b56c8170e85391435e57dbfdcaec89b (diff) | |
download | busybox-w32-2ba048e581c8046dff7c205093d28c54702e3c7e.tar.gz busybox-w32-2ba048e581c8046dff7c205093d28c54702e3c7e.tar.bz2 busybox-w32-2ba048e581c8046dff7c205093d28c54702e3c7e.zip |
Make tar shutup on compile
git-svn-id: svn://busybox.net/trunk/busybox@1362 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |