mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Use the fallthrough attribute instead of /* FALLTHROUGH */ comments.
This commit is contained in:
@@ -218,7 +218,7 @@ parse_default_entry(struct sudo_defs_types *def, const char *val, int op,
|
||||
case T_TUPLE:
|
||||
if (ISSET(def->type, T_BOOL))
|
||||
break;
|
||||
/* FALLTHROUGH */
|
||||
FALLTHROUGH;
|
||||
case T_LOGFAC:
|
||||
if (op == true) {
|
||||
/* Use default syslog facility if none specified. */
|
||||
|
Reference in New Issue
Block a user