touch: avoid a couple compilation warnings
This commit is contained in:
parent
d77744f7c0
commit
29b5be33ad
|
@ -95,9 +95,11 @@ static int _prefs_ttime(char * string, time_t * time)
|
||||||
case 15:
|
case 15:
|
||||||
case 12:
|
case 12:
|
||||||
ret += _ttime_century(p, &t);
|
ret += _ttime_century(p, &t);
|
||||||
|
/* fallthrough */
|
||||||
case 13:
|
case 13:
|
||||||
case 10:
|
case 10:
|
||||||
ret += _ttime_year(p, &t);
|
ret += _ttime_year(p, &t);
|
||||||
|
/* fallthrough */
|
||||||
case 11:
|
case 11:
|
||||||
case 8:
|
case 8:
|
||||||
ret += _ttime_month(p, &t);
|
ret += _ttime_month(p, &t);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user