From 9e5a6e866cad052f0e5e9930d460f92568485f3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jan 2018 14:59:03 +0200 Subject: Fix implicit fallthrough warnings --- cli/context.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/context.cxx') diff --git a/cli/context.cxx b/cli/context.cxx index 0cfe0b7..d6c0add 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -1025,9 +1025,8 @@ format_line (output_type ot, string& r, const char* s, size_t n) break; } - - // Fall through. } + // Fall through. default: r += c; break; -- cgit v1.1