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:
@@ -1373,7 +1373,7 @@ void BRepFill_CompatibleWires::SameNumberByACR(const Standard_Boolean report)
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void BRepFill_CompatibleWires::ComputeOrigin(const Standard_Boolean polar )
|
||||
void BRepFill_CompatibleWires::ComputeOrigin(const Standard_Boolean /*polar*/ )
|
||||
{
|
||||
// reorganize the wires respecting orientation and origin
|
||||
|
||||
|
@@ -686,7 +686,7 @@ void BRepFill_Evolved::ElementaryPerform (const TopoDS_Face& Sp,
|
||||
const TopoDS_Wire& Pr,
|
||||
const BRepMAT2d_BisectingLocus& Locus,
|
||||
BRepMAT2d_LinkTopoBilo& Link,
|
||||
const GeomAbs_JoinType Join)
|
||||
const GeomAbs_JoinType /*Join*/)
|
||||
{
|
||||
|
||||
#ifdef DRAW
|
||||
@@ -2427,7 +2427,7 @@ void BRepFill_Evolved::TransformInitWork(const TopLoc_Location& LS,
|
||||
//purpose : Coding of regularities on edges parallel to CutVevo
|
||||
// common to left and right parts of volevo.
|
||||
//=======================================================================
|
||||
void BRepFill_Evolved::ContinuityOnOffsetEdge (const TopTools_ListOfShape& WorkProf)
|
||||
void BRepFill_Evolved::ContinuityOnOffsetEdge (const TopTools_ListOfShape&)
|
||||
{
|
||||
BRepTools_WireExplorer WExp ;
|
||||
BRepFill_DataMapIteratorOfDataMapOfShapeDataMapOfShapeListOfShape iteS;
|
||||
|
@@ -115,7 +115,7 @@ BRepFill_Pipe::BRepFill_Pipe(const TopoDS_Wire& Spine,
|
||||
|
||||
void BRepFill_Pipe::Perform(const TopoDS_Wire& Spine,
|
||||
const TopoDS_Shape& Profile,
|
||||
const Standard_Boolean KPart)
|
||||
const Standard_Boolean /*KPart*/)
|
||||
|
||||
{
|
||||
mySections.Nullify();
|
||||
|
Reference in New Issue
Block a user