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:
@@ -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;
|
||||
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user