Compiler warning fixes.

This commit is contained in:
Simon Kelley
2018-02-16 21:27:35 +00:00
parent 2d69d6146d
commit 87e00feb01
2 changed files with 16 additions and 7 deletions

View File

@@ -1163,7 +1163,7 @@ static int parse_dhcp_opt(char *errstr, char *arg, int flags)
case 'd':
case 'D':
fac *= 24;
/* fall though */
/* fall through */
case 'h':
case 'H':
fac *= 60;
@@ -2970,7 +2970,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
case 'd':
case 'D':
fac *= 24;
/* fall though */
/* fall through */
case 'h':
case 'H':
fac *= 60;