mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -73,7 +73,7 @@ GCE2d_MakeLine::GCE2d_MakeLine(const gp_Lin2d& Lin ,
|
||||
|
||||
const Handle(Geom2d_Line)& GCE2d_MakeLine::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(!TheError == gce_Done,"");
|
||||
StdFail_NotDone_Raise_if(TheError != gce_Done,"");
|
||||
return TheLine;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user