mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 21:53:51 +00:00
Add missing case to resolve -Wswitch-enum. (#392)
This commit is contained in:
parent
7a85aa9118
commit
417a978aba
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user