From: vsr Date: Tue, 21 Apr 2020 10:21:01 +0000 (+0300) Subject: Fight warnings (tests) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aaa20cd6b10b7783497a4bacfb3953fb5fd76184;p=tools%2Flibbatch.git Fight warnings (tests) --- 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;