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:
@@ -715,7 +715,6 @@ Standard_Boolean Geom2dGcc_Circ2d2TanOn::
|
||||
if (TheSame1(Index) == 0) { return Standard_False; }
|
||||
else { return Standard_True; }
|
||||
}
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
Standard_Boolean Geom2dGcc_Circ2d2TanOn::
|
||||
@@ -731,5 +730,5 @@ Standard_Boolean Geom2dGcc_Circ2d2TanOn::
|
||||
if (TheSame1(Index) == 0) { return Standard_False; }
|
||||
else { return Standard_True; }
|
||||
}
|
||||
return Standard_True;
|
||||
// return Standard_True;
|
||||
}
|
||||
|
@@ -496,7 +496,6 @@ Standard_Boolean Geom2dGcc_Circ2d2TanRad::
|
||||
if (TheSame1(Index) == 0) { return Standard_False; }
|
||||
else { return Standard_True; }
|
||||
}
|
||||
return Standard_True;
|
||||
}
|
||||
|
||||
Standard_Boolean Geom2dGcc_Circ2d2TanRad::
|
||||
@@ -512,5 +511,5 @@ Standard_Boolean Geom2dGcc_Circ2d2TanRad::
|
||||
if (TheSame1(Index) == 0) { return Standard_False; }
|
||||
else { return Standard_True; }
|
||||
}
|
||||
return Standard_True;
|
||||
// return Standard_True;
|
||||
}
|
||||
|
Reference in New Issue
Block a user