Make tar shutup on compile
This commit is contained in:
parent
87559829ff
commit
02f3b2e0c8
@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
|
|||||||
int createFlag = FALSE;
|
int createFlag = FALSE;
|
||||||
int verboseFlag = FALSE;
|
int verboseFlag = FALSE;
|
||||||
int tostdoutFlag = FALSE;
|
int tostdoutFlag = FALSE;
|
||||||
int firstOpt = TRUE;
|
int status = FALSE;
|
||||||
|
int firstOpt = TRUE;
|
||||||
int stopIt;
|
int stopIt;
|
||||||
int status;
|
|
||||||
|
|
||||||
|
|
||||||
if (argc <= 1)
|
if (argc <= 1)
|
||||||
|
4
tar.c
4
tar.c
@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
|
|||||||
int createFlag = FALSE;
|
int createFlag = FALSE;
|
||||||
int verboseFlag = FALSE;
|
int verboseFlag = FALSE;
|
||||||
int tostdoutFlag = FALSE;
|
int tostdoutFlag = FALSE;
|
||||||
int firstOpt = TRUE;
|
int status = FALSE;
|
||||||
|
int firstOpt = TRUE;
|
||||||
int stopIt;
|
int stopIt;
|
||||||
int status;
|
|
||||||
|
|
||||||
|
|
||||||
if (argc <= 1)
|
if (argc <= 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user