mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
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
This commit is contained in:
committed by
Brad King
parent
5fa414594e
commit
740ccb1f1d
@@ -264,6 +264,7 @@ private:
|
|||||||
if (m_isConsoleInput) {
|
if (m_isConsoleInput) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@KWSYS_NAMESPACE@_FALLTHROUGH;
|
||||||
case FILE_TYPE_PIPE:
|
case FILE_TYPE_PIPE:
|
||||||
m_activeInputCodepage = input_pipe_codepage;
|
m_activeInputCodepage = input_pipe_codepage;
|
||||||
break;
|
break;
|
||||||
@@ -290,6 +291,7 @@ private:
|
|||||||
if (m_isConsoleOutput) {
|
if (m_isConsoleOutput) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@KWSYS_NAMESPACE@_FALLTHROUGH;
|
||||||
case FILE_TYPE_PIPE:
|
case FILE_TYPE_PIPE:
|
||||||
m_activeOutputCodepage = output_pipe_codepage;
|
m_activeOutputCodepage = output_pipe_codepage;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user