Explorar el Código

another fix for -Wimplicit-fallthrough (new on master)

Oswald Buddenhagen hace 7 años
padre
commit
d2e5134ebd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/drv_maildir.c

+ 1 - 1
src/drv_maildir.c

@@ -192,7 +192,7 @@ maildir_join_path( maildir_store_conf_t *conf, int in_inbox, const char *box )
 				break;
 			case SUB_LEGACY:
 				*p++ = c;
-				/* fallthrough */
+				FALLTHROUGH
 			default: /* SUB_MAILDIRPP */
 				*p++ = '.';
 				break;