1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033379: Coding - Processing Clang-15 warnings

Fixed warning generated by Clang++-15
This commit is contained in:
dpasukhi
2023-05-17 19:45:06 +00:00
committed by vglukhik
parent b2fedee6a1
commit 92e0a76a50
42 changed files with 64 additions and 153 deletions

View File

@@ -334,7 +334,6 @@ void math_TrigonometricFunctionRoots::Perform(const Standard_Real A,
ko(4) = 4.0*B+2.0*D;
ko(5) = A+C+E;
Standard_Boolean bko;
Standard_Integer nbko=0;
do {
bko=Standard_False;
math_DirectPolynomialRoots Resol4(ko(1), ko(2), ko(3), ko(4), ko(5));
@@ -374,7 +373,6 @@ void math_TrigonometricFunctionRoots::Perform(const Standard_Real A,
//-- std::cout<<" Val Double ("<<qw<<")=("<<va<<")"<<std::endl;
if(Abs(va)>Eps) {
bko=Standard_True;
nbko++;
#ifdef OCCT_DEBUG
//if(nbko==1) {
// std::cout<<"Pb ds math_TrigonometricFunctionRoots CC="