X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM%2FGEOM_Solver.cxx;h=5a95aef0faa5410b3bae95cc26bb8d6845e94e70;hb=d617faae6bc5aeb91b63796618a20c7c13037b6c;hp=5d6d5b212889cc2d30b0709bfb38c94e916dbada;hpb=4b84d5ef39e8bc3247c4d4fa9e1fddfac2431254;p=modules%2Fgeom.git diff --git a/src/GEOM/GEOM_Solver.cxx b/src/GEOM/GEOM_Solver.cxx index 5d6d5b212..5a95aef0f 100644 --- a/src/GEOM/GEOM_Solver.cxx +++ b/src/GEOM/GEOM_Solver.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -34,7 +34,7 @@ * Update */ //============================================================================= -bool GEOM_Solver::Update(TDF_LabelSequence& theSeq) +bool GEOM_Solver::Update(TDF_LabelSequence& /*theSeq*/) { return false; } @@ -44,7 +44,7 @@ bool GEOM_Solver::Update(TDF_LabelSequence& theSeq) * UpdateObject */ //============================================================================= -bool GEOM_Solver::UpdateObject(Handle(GEOM_Object) theObject, TDF_LabelSequence& theSeq) +bool GEOM_Solver::UpdateObject(Handle(GEOM_Object) /*theObject*/, TDF_LabelSequence& /*theSeq*/) { return false; } @@ -64,11 +64,7 @@ bool GEOM_Solver::ComputeFunction(Handle(GEOM_Function) theFunction) aDriver->Init(theFunction->GetEntry()); -#if OCC_VERSION_MAJOR < 7 - TFunction_Logbook aLog; -#else Handle(TFunction_Logbook) aLog = TFunction_Logbook::Set( aDriver->Label() ); -#endif if(aDriver->Execute(aLog) == 0) return false; return true;