mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
Got rid of warning C4100: 'identifier' : unreferenced formal parameter Got rid of compile errors
This commit is contained in:
@@ -87,11 +87,9 @@ void RWStepFEA_RWConstantSurface3dElementCoordinateSystem::WriteStep (StepData_S
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWConstantSurface3dElementCoordinateSystem::Share (const Handle(StepFEA_ConstantSurface3dElementCoordinateSystem) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWConstantSurface3dElementCoordinateSystem::Share (const Handle(StepFEA_ConstantSurface3dElementCoordinateSystem)&,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
|
||||
// Own fields of ConstantSurface3dElementCoordinateSystem
|
||||
}
|
||||
|
@@ -81,11 +81,9 @@ void RWStepFEA_RWFeaAreaDensity::WriteStep (StepData_StepWriter& SW,
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWFeaAreaDensity::Share (const Handle(StepFEA_FeaAreaDensity) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWFeaAreaDensity::Share (const Handle(StepFEA_FeaAreaDensity)&,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
|
||||
// Own fields of FeaAreaDensity
|
||||
}
|
||||
|
@@ -81,11 +81,9 @@ void RWStepFEA_RWFeaMassDensity::WriteStep (StepData_StepWriter& SW,
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWFeaMassDensity::Share (const Handle(StepFEA_FeaMassDensity) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWFeaMassDensity::Share (const Handle(StepFEA_FeaMassDensity) &,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
|
||||
// Own fields of FeaMassDensity
|
||||
}
|
||||
|
@@ -71,9 +71,8 @@ void RWStepFEA_RWFeaMaterialPropertyRepresentationItem::WriteStep (StepData_Step
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWFeaMaterialPropertyRepresentationItem::Share (const Handle(StepFEA_FeaMaterialPropertyRepresentationItem) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWFeaMaterialPropertyRepresentationItem::Share (const Handle(StepFEA_FeaMaterialPropertyRepresentationItem) &,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
}
|
||||
|
@@ -98,11 +98,9 @@ void RWStepFEA_RWFeaParametricPoint::WriteStep (StepData_StepWriter& SW,
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWFeaParametricPoint::Share (const Handle(StepFEA_FeaParametricPoint) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWFeaParametricPoint::Share (const Handle(StepFEA_FeaParametricPoint) &,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
|
||||
// Own fields of FeaParametricPoint
|
||||
}
|
||||
|
@@ -71,9 +71,8 @@ void RWStepFEA_RWFeaRepresentationItem::WriteStep (StepData_StepWriter& SW,
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWFeaRepresentationItem::Share (const Handle(StepFEA_FeaRepresentationItem) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWFeaRepresentationItem::Share (const Handle(StepFEA_FeaRepresentationItem) &,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
}
|
||||
|
@@ -87,11 +87,9 @@ void RWStepFEA_RWParametricSurface3dElementCoordinateSystem::WriteStep (StepData
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void RWStepFEA_RWParametricSurface3dElementCoordinateSystem::Share (const Handle(StepFEA_ParametricSurface3dElementCoordinateSystem) &ent,
|
||||
Interface_EntityIterator& iter) const
|
||||
void RWStepFEA_RWParametricSurface3dElementCoordinateSystem::Share (const Handle(StepFEA_ParametricSurface3dElementCoordinateSystem) &,
|
||||
Interface_EntityIterator&) const
|
||||
{
|
||||
|
||||
// Inherited fields of RepresentationItem
|
||||
|
||||
// Own fields of ParametricSurface3dElementCoordinateSystem
|
||||
}
|
||||
|
Reference in New Issue
Block a user