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