sub.type = "digest";
sub.typesub = SUB_DIGEST;
sub.typedeny = "sub-deny-digest";
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subscribe-nomail@domain.tld */
case CTRL_SUBSCRIBE_NOMAIL:
if (sub.typereq == NULL) {
sub.type = "nomail";
sub.typedeny = "sub-deny-nomail";
}
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subscribe-both@domain.tld */
case CTRL_SUBSCRIBE_BOTH:
if (sub.typereq == NULL) {
sub.type = "both";
sub.typedeny = "sub-deny-digest";
}
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subscribe@domain.tld */
case CTRL_SUBSCRIBE:
if (sub.typereq == NULL) {
case CTRL_CONFSUB_DIGEST:
subc.typesub = SUB_DIGEST;
subtypename = "digest";
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subconf-nomail-COOKIE@domain.tld */
case CTRL_CONFSUB_NOMAIL:
if (subtypename == NULL) {
subc.typesub = SUB_NOMAIL;
subtypename = "nomail";
}
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subconf-both-COOKIE@domain.tld */
case CTRL_CONFSUB_BOTH:
if (subtypename == NULL) {
subc.typesub = SUB_BOTH;
subtypename = "both";
}
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+subconf-COOKIE@domain.tld */
case CTRL_CONFSUB:
if (subtypename == NULL) {
case CTRL_CONFUNSUB_DIGEST:
ts = SUB_DIGEST;
subtypename = "-digest";
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+unsubconf-nomail-COOKIE@domain.tld */
case CTRL_CONFUNSUB_NOMAIL:
if (ts == SUB_NONE) {
ts = SUB_NOMAIL;
subtypename = "-nomail";
}
- __attribute__ ((fallthrough));
+ /* fallthrough */
/* listname+unsubconf-COOKIE@domain.tld */
case CTRL_CONFUNSUB:
if (ts == SUB_NONE) {