mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024893: CLang warnings -Wlogical-not-parentheses for gce_Done comparisons
Incorrect comparison in condition within RiseIf macro fixed
This commit is contained in:
@@ -338,7 +338,7 @@ gce_MakeCirc::gce_MakeCirc(const gp_Circ& Circ ,
|
||||
//=======================================================================
|
||||
const gp_Circ& gce_MakeCirc::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(!TheError == gce_Done,"");
|
||||
StdFail_NotDone_Raise_if(TheError != gce_Done,"");
|
||||
return TheCirc;
|
||||
}
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user