Mark fallthrough switch case
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
e211c395fa
commit
f8c86d51b3
@ -657,6 +657,7 @@ void get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable,
|
|||||||
P_CASEBOOL(286, dbus);
|
P_CASEBOOL(286, dbus);
|
||||||
case 287:
|
case 287:
|
||||||
log_warn("Please use --log-file instead of --logpath");
|
log_warn("Please use --log-file instead of --logpath");
|
||||||
|
// fallthrough
|
||||||
case 322:
|
case 322:
|
||||||
// --logpath, --log-file
|
// --logpath, --log-file
|
||||||
free(opt->logpath);
|
free(opt->logpath);
|
||||||
|
Loading…
Reference in New Issue
Block a user