mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
Removed duplicating semicolons ;;. Removed redundant semicolon at namespace closure.
This commit is contained in:
@@ -114,7 +114,7 @@ Standard_Boolean verifD2(const TColgp_Array1OfVec& DP1,
|
||||
const Standard_Real wTol,
|
||||
const Standard_Real pas)
|
||||
{
|
||||
Standard_Boolean ok = Standard_True;;
|
||||
Standard_Boolean ok = Standard_True;
|
||||
Standard_Integer ii, L = DP1.Length();
|
||||
Standard_Real d2w;
|
||||
gp_Vec d2P;
|
||||
|
@@ -812,7 +812,7 @@ static Standard_Boolean IsSweepParallelSpine (const Handle(GeomFill_LocationLaw)
|
||||
if ((SectionType == GeomAbs_Circle) && IsTrsf) {
|
||||
gp_Circ C = AC.Circle();
|
||||
Standard_Real Radius;
|
||||
Standard_Boolean IsGoodSide = Standard_True;;
|
||||
Standard_Boolean IsGoodSide = Standard_True;
|
||||
C.Transform(Tf2);
|
||||
gp_Vec DC;
|
||||
// On calcul le centre eventuel
|
||||
|
Reference in New Issue
Block a user