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

@@ -133,8 +133,8 @@ void RWStepElement_RWCurve3dElementDescriptor::WriteStep (StepData_StepWriter& S
//purpose :
//=======================================================================
void RWStepElement_RWCurve3dElementDescriptor::Share (const Handle(StepElement_Curve3dElementDescriptor) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWCurve3dElementDescriptor::Share (const Handle(StepElement_Curve3dElementDescriptor)&,
Interface_EntityIterator&) const
{
// Inherited fields of ElementDescriptor

View File

@@ -77,9 +77,8 @@ void RWStepElement_RWCurveElementSectionDefinition::WriteStep (StepData_StepWrit
//purpose :
//=======================================================================
void RWStepElement_RWCurveElementSectionDefinition::Share (const Handle(StepElement_CurveElementSectionDefinition) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWCurveElementSectionDefinition::Share (const Handle(StepElement_CurveElementSectionDefinition)&,
Interface_EntityIterator&) const
{
// Own fields of CurveElementSectionDefinition
}

View File

@@ -88,9 +88,8 @@ void RWStepElement_RWElementDescriptor::WriteStep (StepData_StepWriter& SW,
//purpose :
//=======================================================================
void RWStepElement_RWElementDescriptor::Share (const Handle(StepElement_ElementDescriptor) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWElementDescriptor::Share (const Handle(StepElement_ElementDescriptor)&,
Interface_EntityIterator&) const
{
// Own fields of ElementDescriptor
}

View File

@@ -147,8 +147,8 @@ void RWStepElement_RWSurface3dElementDescriptor::WriteStep (StepData_StepWriter&
//purpose :
//=======================================================================
void RWStepElement_RWSurface3dElementDescriptor::Share (const Handle(StepElement_Surface3dElementDescriptor) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWSurface3dElementDescriptor::Share (const Handle(StepElement_Surface3dElementDescriptor)&,
Interface_EntityIterator&) const
{
// Inherited fields of ElementDescriptor

View File

@@ -83,8 +83,8 @@ void RWStepElement_RWSurfaceSection::WriteStep (StepData_StepWriter& SW,
//purpose :
//=======================================================================
void RWStepElement_RWSurfaceSection::Share (const Handle(StepElement_SurfaceSection) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWSurfaceSection::Share (const Handle(StepElement_SurfaceSection)&,
Interface_EntityIterator&) const
{
// Own fields of SurfaceSection

View File

@@ -38,7 +38,7 @@ RWStepElement_RWSurfaceSectionField::RWStepElement_RWSurfaceSectionField ()
void RWStepElement_RWSurfaceSectionField::ReadStep (const Handle(StepData_StepReaderData)& data,
const Standard_Integer num,
Handle(Interface_Check)& ach,
const Handle(StepElement_SurfaceSectionField) &ent) const
const Handle(StepElement_SurfaceSectionField) &/*ent*/) const
{
// Check number of parameters
if ( ! data->CheckNbParams(num,0,ach,"surface_section_field") ) return;
@@ -52,8 +52,8 @@ void RWStepElement_RWSurfaceSectionField::ReadStep (const Handle(StepData_StepRe
//purpose :
//=======================================================================
void RWStepElement_RWSurfaceSectionField::WriteStep (StepData_StepWriter& SW,
const Handle(StepElement_SurfaceSectionField) &ent) const
void RWStepElement_RWSurfaceSectionField::WriteStep (StepData_StepWriter&,
const Handle(StepElement_SurfaceSectionField)&) const
{
}
@@ -62,7 +62,7 @@ void RWStepElement_RWSurfaceSectionField::WriteStep (StepData_StepWriter& SW,
//purpose :
//=======================================================================
void RWStepElement_RWSurfaceSectionField::Share (const Handle(StepElement_SurfaceSectionField) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWSurfaceSectionField::Share (const Handle(StepElement_SurfaceSectionField)&,
Interface_EntityIterator&) const
{
}

View File

@@ -105,8 +105,8 @@ void RWStepElement_RWUniformSurfaceSection::WriteStep (StepData_StepWriter& SW,
//purpose :
//=======================================================================
void RWStepElement_RWUniformSurfaceSection::Share (const Handle(StepElement_UniformSurfaceSection) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWUniformSurfaceSection::Share (const Handle(StepElement_UniformSurfaceSection) &,
Interface_EntityIterator&) const
{
// Inherited fields of SurfaceSection

View File

@@ -136,8 +136,8 @@ void RWStepElement_RWVolume3dElementDescriptor::WriteStep (StepData_StepWriter&
//purpose :
//=======================================================================
void RWStepElement_RWVolume3dElementDescriptor::Share (const Handle(StepElement_Volume3dElementDescriptor) &ent,
Interface_EntityIterator& iter) const
void RWStepElement_RWVolume3dElementDescriptor::Share (const Handle(StepElement_Volume3dElementDescriptor) &,
Interface_EntityIterator&) const
{
// Inherited fields of ElementDescriptor