Skip to content

Commit

Permalink
Add missing case to resolve -Wswitch-enum. (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-hardin authored and henryiii committed Jan 8, 2020
1 parent 7a85aa9 commit 417a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/CLI/App.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2598,6 +2598,7 @@ class App {
throw HorribleError("windows option parsed but missing! You should not see this");
break;
case detail::Classifier::SUBCOMMAND:
case detail::Classifier::SUBCOMMAND_TERMINATOR:
case detail::Classifier::POSITIONAL_MARK:
case detail::Classifier::NONE:
default:
Expand Down

0 comments on commit 417a978

Please sign in to comment.