ls: warning fix

rm: accept and ignore -v (verbose)
This commit is contained in:
Denis Vlasenko
2009-03-27 17:22:00 +00:00
parent 3603cd2808
commit 4d3a812b71
2 changed files with 4 additions and 3 deletions

View File

@ -742,7 +742,7 @@ static int print_name(const char *name)
static int list_single(const struct dnode *dn)
{
int column = 0;
char *lpath;
char *lpath = lpath; /* for compiler */
#if ENABLE_FEATURE_LS_TIMESTAMPS
char *filetime;
time_t ttime, age;