1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-08 07:43:52 +00:00

Eliminating all warnings (Windows)

This commit is contained in:
Henry Fredrick Schreiner 2017-02-20 14:18:04 -05:00
parent 4b07ef52d5
commit 40431de912

View File

@ -45,8 +45,8 @@ TEST_F(TApp, Callbacks) {
}
TEST_F(TApp, RequiredSubCom) {
auto sub1 = app.add_subcommand("sub1");
auto sub2 = app.add_subcommand("sub2");
app.add_subcommand("sub1");
app.add_subcommand("sub2");
app.require_subcommand();