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:
@@ -197,7 +197,7 @@ Standard_Integer IntPolyh_Intersection::NbPointsInLine(const Standard_Integer In
|
||||
}
|
||||
|
||||
|
||||
Standard_Integer IntPolyh_Intersection::NbPointsInTangentZone(const Standard_Integer IndexLine) const {
|
||||
Standard_Integer IntPolyh_Intersection::NbPointsInTangentZone(const Standard_Integer) const {
|
||||
//-- IndexLine--; (pas implemente) Attention : Tableaux de 0 a n-1
|
||||
// eap
|
||||
// return(TTangentZones.NbTangentZones());
|
||||
@@ -234,7 +234,7 @@ void IntPolyh_Intersection::GetLinePoint(const Standard_Integer Indexl,
|
||||
|
||||
|
||||
void IntPolyh_Intersection::GetTangentZonePoint(const Standard_Integer Indexz,
|
||||
const Standard_Integer Indexp,
|
||||
const Standard_Integer /*Indexp*/,
|
||||
Standard_Real &x,
|
||||
Standard_Real &y,
|
||||
Standard_Real &z,
|
||||
|
@@ -608,14 +608,14 @@ void OldEdge(const Standard_Integer EdgeN,
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
void TestOldEdgeB(const Standard_Integer NumTA,
|
||||
const Standard_Integer numPtT1,
|
||||
const Standard_Integer numPtT2,
|
||||
const Standard_Integer T1,
|
||||
const Standard_Integer T2,
|
||||
const IntPolyh_ArrayOfTriangles & TTriangles,
|
||||
const Standard_Integer Edge1,
|
||||
const Standard_Integer Edge3,
|
||||
IntPolyh_ArrayOfEdges & TEdges )
|
||||
const Standard_Integer numPtT1,
|
||||
const Standard_Integer /*numPtT2*/,
|
||||
const Standard_Integer T1,
|
||||
const Standard_Integer T2,
|
||||
const IntPolyh_ArrayOfTriangles & /*TTriangles*/,
|
||||
const Standard_Integer Edge1,
|
||||
const Standard_Integer Edge3,
|
||||
IntPolyh_ArrayOfEdges & TEdges )
|
||||
{
|
||||
|
||||
if( (TEdges[Edge1].FirstPoint() == numPtT1)
|
||||
|
Reference in New Issue
Block a user