Skip to content

Commit d518640

Browse files
committed
Temporarily disable warning for unrecognized CLI options.
It is getting in the way of development, and we will handle it later.
1 parent a314aa6 commit d518640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/cxx/cli.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ void CLI::parse(int& argc, char**& argv) {
350350
continue;
351351
}
352352

353+
#if false
353354
std::cerr << std::format("unsupported option '{}'\n", arg);
355+
#endif
354356
}
355357
}
356358

0 commit comments

Comments
 (0)