1
0
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:
kgv
2019-11-22 17:02:12 +03:00
committed by bugmaster
parent caee80f39f
commit 8c2d331426
97 changed files with 123 additions and 119 deletions

View File

@@ -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;

View File

@@ -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