test/cli_argument_parser: get rid of useless parameters
(pointed out by compiler warning)BodgeMaster-unfinished
parent
d97e1a8336
commit
b044503951
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include "../lib/cli.h++"
|
#include "../lib/cli.h++"
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main() {
|
||||||
std::cout << "################################################################################" << std::endl;
|
std::cout << "################################################################################" << std::endl;
|
||||||
std::cout << "CLI argument parser tests" << std::endl;
|
std::cout << "CLI argument parser tests" << std::endl;
|
||||||
std::cout << "################################################################################" << std::endl;
|
std::cout << "################################################################################" << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue