]> OCCT Git - occt-copy.git/commit
0029157: Modeling - suspicious pass-through of case labels in switch statements
authormsv <msv@opencascade.com>
Wed, 18 Oct 2017 16:20:30 +0000 (19:20 +0300)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:23:30 +0000 (21:23 +0300)
commit76fb154c9d2f6dd943c53392e6ffb900e0228382
tree04f06fb599193a619b218f9de2fae4b5465e54eb
parent56d8f37ada197bac08ff4c7c8c971c1ecf5dcbcc
0029157: Modeling - suspicious pass-through of case labels in switch statements

Suspicious passes through case labels have been resolved either by using Standard_FALLTHROUGH macro or by redesigning the code.
src/GeomFill/GeomFill_Frenet.cxx
src/IntCurveSurface/IntCurveSurface_Inter.gxx
src/IntWalk/IntWalk_PWalking.cxx