Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Utils
KWSys
Commits
7b6fa277
Commit
7b6fa277
authored
7 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
ConsoleBuf: Add explicit switch case fallthrough markup
Fix `-Wimplicit-fallthrough` warnings.
parent
fa1ab7b8
No related branches found
Branches containing commit
No related tags found
1 merge request
!71
ConsoleBuf: Add explicit switch case fallthrough markup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ConsoleBuf.hxx.in
+2
-0
2 additions, 0 deletions
ConsoleBuf.hxx.in
with
2 additions
and
0 deletions
ConsoleBuf.hxx.in
+
2
−
0
View file @
7b6fa277
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Brad King
@brad.king
mentioned in commit
0f0023b1
·
7 years ago
mentioned in commit
0f0023b1
mentioned in commit 0f0023b1be404cb4a4f893c116c2f8b5190bd743
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment