commit d2e5134ebd81a8cb7b83d7e12e98bddae530d9b2
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Oct 1 10:40:55 2017 +0200
another fix for -Wimplicit-fallthrough (new on master)
src/drv_maildir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drv_maildir.c b/src/drv_maildir.c
index 673df88..c4dd6c7 100644
--- a/src/drv_maildir.c
+++ b/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;
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel