1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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

@@ -251,7 +251,7 @@ static Standard_Integer incrementalmesh(Draw_Interpretor& di, Standard_Integer n
//purpose :
//=======================================================================
static Standard_Integer MemLeakTest(Draw_Interpretor&, Standard_Integer nbarg, const char** argv)
static Standard_Integer MemLeakTest(Draw_Interpretor&, Standard_Integer /*nbarg*/, const char** /*argv*/)
{
for(int i=0;i<10000;i++)
{
@@ -1388,7 +1388,7 @@ static Standard_Integer wavefront(Draw_Interpretor&, Standard_Integer nbarg, con
//purpose :
//=======================================================================
Standard_Integer onetriangulation(Draw_Interpretor&, Standard_Integer nbarg, const char** argv)
Standard_Integer onetriangulation(Draw_Interpretor&, Standard_Integer /*nbarg*/, const char** /*argv*/)
{
/*

View File

@@ -106,7 +106,7 @@ void MeshTest_DrawableMesh::AddInShape(const Standard_Boolean inshape)
//purpose :
//=======================================================================
void MeshTest_DrawableMesh::DrawOn(Draw_Display& D) const
void MeshTest_DrawableMesh::DrawOn(Draw_Display& /*D*/) const
{
// should be reimplemented!!
/* Handle(BRepMesh_DataStructureOfDelaun) struc = myMesh->Result();
@@ -214,7 +214,7 @@ static void printdegree(BRepMesh_DegreeOfFreedom dof)
}
}
void MeshTest_DrawableMesh::Dump(Standard_OStream& S) const
void MeshTest_DrawableMesh::Dump(Standard_OStream&) const
{
// Should be reimplemented

View File

@@ -523,7 +523,7 @@ static Standard_Integer tricheck (Draw_Interpretor& di, int n, const char ** a)
//function : mpparallel
//purpose :
//=======================================================================
static int mpparallel (Draw_Interpretor& di, Standard_Integer argc, const char** argv)
static int mpparallel (Draw_Interpretor& /*di*/, Standard_Integer argc, const char** argv)
{
if (argc == 2)
{