Add FALLTHROUGH comment.
authorWayne Davison <wayne@opencoder.net>
Sun, 13 Mar 2022 16:31:44 +0000 (09:31 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 13 Mar 2022 16:31:44 +0000 (09:31 -0700)
syscall.c

index f6a7b0af61cc239986af237e6cdd9fce173d71ae..d92074aaadc20f595c6d381a24d6eefb0f90d416 100644 (file)
--- 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