projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
[occt.git]
/
src
/
BRepBndLib
/
BRepBndLib.cxx
diff --git
a/src/BRepBndLib/BRepBndLib.cxx
b/src/BRepBndLib/BRepBndLib.cxx
index
6aa8c2d
..
1809948
100644
(file)
--- a/
src/BRepBndLib/BRepBndLib.cxx
+++ b/
src/BRepBndLib/BRepBndLib.cxx
@@
-653,7
+653,7
@@
Standard_Boolean IsModifySize(const BRepAdaptor_Surface& theBS,
{
if(anExtr.NbExt() > 0)
{
- Standard_Integer i, imin = 0;;
+ Standard_Integer i, imin = 0;
Standard_Real dmin = RealLast();
Standard_Real uextr = 0., vextr = 0.;
Extrema_POnSurf P1, P2;