test/cli_argument_parser: get rid of useless parameters

(pointed out by compiler warning)
BodgeMaster-unfinished
BodgeMaster 2022-07-23 10:55:03 +02:00
parent d97e1a8336
commit b044503951
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "../lib/cli.h++"
int main(int argc, char* argv[]) {
int main() {
std::cout << "################################################################################" << std::endl;
std::cout << "CLI argument parser tests" << std::endl;
std::cout << "################################################################################" << std::endl;