From: Wayne Davison Date: Sun, 13 Mar 2022 16:31:44 +0000 (-0700) Subject: Add FALLTHROUGH comment. X-Git-Tag: v3.2.4pre4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7b387b1f798f675109986eaf3e62fdf41037c79;p=thirdparty%2Frsync.git Add FALLTHROUGH comment. --- diff --git a/syscall.c b/syscall.c index f6a7b0af..d92074aa 100644 --- a/syscall.c +++ b/syscall.c @@ -247,7 +247,7 @@ int do_chmod(const char *path, mode_t mode) else if (errno != ENOTSUP) break; #endif - + /* FALLTHROUGH */ default: if (S_ISLNK(mode)) { # if defined HAVE_SETATTRLIST