checkpath: fix gcc 7 warnings
This commit is contained in:
parent
47e4bfae57
commit
c7e8f1133a
@ -269,11 +269,13 @@ int main(int argc, char **argv)
|
||||
switch (opt) {
|
||||
case 'D':
|
||||
trunc = true;
|
||||
/* falls through */
|
||||
case 'd':
|
||||
type = inode_dir;
|
||||
break;
|
||||
case 'F':
|
||||
trunc = true;
|
||||
/* falls through */
|
||||
case 'f':
|
||||
type = inode_file;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user