From 740ccb1f1de5d7d764bf98bd3c322e5c6b07f70b Mon Sep 17 00:00:00 2001 From: KWSys Upstream Date: Fri, 1 Dec 2017 07:54:10 -0500 Subject: KWSys 2017-12-01 (0f0023b1) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 0f0023b1be404cb4a4f893c116c2f8b5190bd743 (master). Upstream Shortlog ----------------- Brad King (1): 7b6fa277 ConsoleBuf: Add explicit switch case fallthrough markup --- ConsoleBuf.hxx.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ConsoleBuf.hxx.in b/ConsoleBuf.hxx.in index 46d65a8..cf68146 100644 --- a/ConsoleBuf.hxx.in +++ b/ConsoleBuf.hxx.in @@ -264,6 +264,7 @@ private: if (m_isConsoleInput) { break; } + @KWSYS_NAMESPACE@_FALLTHROUGH; case FILE_TYPE_PIPE: m_activeInputCodepage = input_pipe_codepage; break; @@ -290,6 +291,7 @@ private: if (m_isConsoleOutput) { break; } + @KWSYS_NAMESPACE@_FALLTHROUGH; case FILE_TYPE_PIPE: m_activeOutputCodepage = output_pipe_codepage; break; -- cgit v0.12