mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Userland: Fix many compiler warnings.
This commit is contained in:
parent
0deade2883
commit
5980007e44
13 changed files with 22 additions and 19 deletions
|
@ -58,7 +58,7 @@ int main(int argc, char** argv)
|
|||
args_parser.add_arg("r", "Delete directory recursively.");
|
||||
args_parser.add_required_single_value("path");
|
||||
|
||||
CArgsParserResult args = args_parser.parse(argc, (const char**)argv);
|
||||
CArgsParserResult args = args_parser.parse(argc, argv);
|
||||
Vector<String> values = args.get_single_values();
|
||||
if (values.size() == 0) {
|
||||
args_parser.print_usage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue