From aaa20cd6b10b7783497a4bacfb3953fb5fd76184 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 21 Apr 2020 13:21:01 +0300 Subject: [PATCH] Fight warnings (tests) --- src/Core/Test/Test_SimpleParser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Test/Test_SimpleParser.cxx b/src/Core/Test/Test_SimpleParser.cxx index ac6f749..e10403a 100644 --- a/src/Core/Test/Test_SimpleParser.cxx +++ b/src/Core/Test/Test_SimpleParser.cxx @@ -35,7 +35,7 @@ using namespace std; -int main(int argc, char** argv) +int main(int /*argc*/, char** /*argv*/) { cout << "*******************************************************************************************" << endl; cout << "This program tests the simple parser that parses the configuration file used in the other" << endl; -- 2.39.2