nfs4mount.c:445:8: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- utils/mount/nfs4mount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/mount/nfs4mount.c b/utils/mount/nfs4mount.c index 028e7cd..89629ed 100644 --- a/utils/mount/nfs4mount.c +++ b/utils/mount/nfs4mount.c @@ -444,6 +444,7 @@ int nfs4mount(const char *spec, const char *node, int flags, case RPC_SYSTEMERROR: if (errno == ETIMEDOUT) break; + /* FALLTHRU */ default: rpc_mount_errors(hostname, 0, bg); goto fail; -- 2.13.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html