1
0
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:
omy
2013-07-18 13:09:32 +04:00
parent 92a4955951
commit 35e08fe886
351 changed files with 1092 additions and 991 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}