another fix for -Wimplicit-fallthrough (new on master)
This commit is contained in:
parent
1b354fa61a
commit
d2e5134ebd
|
@ -192,7 +192,7 @@ maildir_join_path( maildir_store_conf_t *conf, int in_inbox, const char *box )
|
||||||
break;
|
break;
|
||||||
case SUB_LEGACY:
|
case SUB_LEGACY:
|
||||||
*p++ = c;
|
*p++ = c;
|
||||||
/* fallthrough */
|
FALLTHROUGH
|
||||||
default: /* SUB_MAILDIRPP */
|
default: /* SUB_MAILDIRPP */
|
||||||
*p++ = '.';
|
*p++ = '.';
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user