0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / DNaming / DNaming_TransformationDriver.cxx
index 5e774a5..dcef94d 100644 (file)
@@ -87,14 +87,14 @@ DNaming_TransformationDriver::DNaming_TransformationDriver()
 //function : Validate
 //purpose  : Validates labels of a function in <log>.
 //=======================================================================
-void DNaming_TransformationDriver::Validate(TFunction_Logbook& theLog) const
+void DNaming_TransformationDriver::Validate(TFunction_Logbook&) const
 {}
 
 //=======================================================================
 //function : MustExecute
 //purpose  : Analyse in <log> if the loaded function must be executed
 //=======================================================================
-Standard_Boolean DNaming_TransformationDriver::MustExecute(const TFunction_Logbook& theLog) const
+Standard_Boolean DNaming_TransformationDriver::MustExecute(const TFunction_Logbook&) const
 {
   return Standard_True;
 }