mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
Use the fallthrough attribute instead of /* FALLTHROUGH */ comments.
This commit is contained in:
@@ -389,7 +389,7 @@ parse_args(int argc, char **argv, int *old_optind, int *nargc, char ***nargv,
|
||||
valid_flags = 0;
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
FALLTHROUGH;
|
||||
case OPT_HOSTNAME:
|
||||
assert(optarg != NULL);
|
||||
if (*optarg == '\0')
|
||||
|
Reference in New Issue
Block a user