mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024058: Eliminate compiler warning C4702 in MSVC++ with warning level 4
Got rid of most of warnings of C4702 type: unreachable code. Returned some #ifdef DEB Fixed tabs formatting Fixed some mistakes in code
This commit is contained in:
@@ -262,7 +262,7 @@ static Standard_Real LocalFirstParameter (const Handle(IntPatch_Line)& L)
|
||||
return firstp;
|
||||
}
|
||||
}
|
||||
return firstp;
|
||||
// return firstp;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
@@ -344,7 +344,6 @@ static Standard_Real LocalLastParameter (const Handle(IntPatch_Line)& L)
|
||||
return lastp;
|
||||
}
|
||||
}
|
||||
return lastp;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -518,8 +518,7 @@ Standard_Integer IntPatch_Polyhedron::TriConnex (const Standard_Integer Triang,
|
||||
TempOtherP = OtherP;
|
||||
|
||||
return(0); //-- BUG NON CORRIGE ( a revoir le role de nbdeltaU et nbdeltaV)
|
||||
|
||||
return(TriConnex(TempTri,Pivot,TempOtherP,TriCon,OtherP));
|
||||
// return(TriConnex(TempTri,Pivot,TempOtherP,TriCon,OtherP));
|
||||
}
|
||||
return TriCon;
|
||||
}
|
||||
|
Reference in New Issue
Block a user