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

@@ -65,8 +65,8 @@ Handle(Select3D_Projector) StdSelect::GetProjector(const Handle(V3d_View)& aViou
//purpose :
//=======================================================================
void StdSelect::SetDrawerForBRepOwner(const Handle(SelectMgr_Selection)& Sel,
const Handle(Prs3d_Drawer)& Drwr)
void StdSelect::SetDrawerForBRepOwner(const Handle(SelectMgr_Selection)& /*Sel*/,
const Handle(Prs3d_Drawer)& /*Drwr*/)
{
// Handle(StdSelect_BRepOwner) BROWN;

View File

@@ -581,7 +581,7 @@ Standard_Boolean StdSelect_BRepSelectionTool
::GetSensitiveForFace (const TopoDS_Face& theFace,
const Handle(StdSelect_BRepOwner)& theOwner,
Select3D_ListOfSensitive& theSensitiveList,
const Standard_Boolean theAutoTriangulation,
const Standard_Boolean /*theAutoTriangulation*/,
const Standard_Integer NbPOnEdge,
const Standard_Real theMaxParam,
const Standard_Boolean theInteriorFlag)

View File

@@ -35,7 +35,7 @@ StdSelect_Shape::StdSelect_Shape(const TopoDS_Shape& sh):
mysh(sh)
{}
void StdSelect_Shape::Compute(const Handle(PrsMgr_PresentationManager3d)& PM,
void StdSelect_Shape::Compute(const Handle(PrsMgr_PresentationManager3d)& /*PM*/,
const Handle(Prs3d_Presentation)& P,
const Standard_Integer aMode)
{