nfsdcltrack.c:581:4: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- utils/nfsdcltrack/nfsdcltrack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/nfsdcltrack/nfsdcltrack.c b/utils/nfsdcltrack/nfsdcltrack.c index 124c923..0baaa3e 100644 --- a/utils/nfsdcltrack/nfsdcltrack.c +++ b/utils/nfsdcltrack/nfsdcltrack.c @@ -579,6 +579,7 @@ main(int argc, char **argv) switch (arg) { case 'd': xlog_config(D_ALL, 1); + break; case 'f': xlog_syslog(0); xlog_stderr(1); -- 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