mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0022922: Clean up warnings on uninitialized / unused variables
This commit is contained in:
committed by
bugmaster
parent
25289ec1e1
commit
6e6cd5d949
@@ -2353,11 +2353,6 @@ VerifSurface(const Standard_Integer NbBoucle)
|
||||
new TColStd_HArray1OfReal(1,NbPts_i-1);
|
||||
Handle(TColStd_HArray1OfReal) tcourb =
|
||||
new TColStd_HArray1OfReal(1,NbPts_i-1);
|
||||
#ifdef DEB
|
||||
Standard_Integer Cont_i=myLinCont->Value(i)->Order();
|
||||
#else
|
||||
myLinCont->Value(i)->Order();
|
||||
#endif
|
||||
|
||||
EcartContraintesMil (i,tdist,tang,tcourb);
|
||||
|
||||
|
Reference in New Issue
Block a user