]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Fight warnings (tests) vsr/warnings
authorvsr <vsr@opencascade.com>
Tue, 21 Apr 2020 10:21:01 +0000 (13:21 +0300)
committervsr <vsr@opencascade.com>
Tue, 21 Apr 2020 10:21:01 +0000 (13:21 +0300)
src/Core/Test/Test_SimpleParser.cxx

index ac6f749b515a0de1136f77ec3b1f1d2eea68a4a2..e10403a0284dbb8307f1b143cf305ca733b04749 100644 (file)
@@ -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;