mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024818: CLang warnings -Wlogical-not-parentheses
CLang warnings -Wlogical-not-parentheses were fixed.
This commit is contained in:
@@ -261,7 +261,7 @@ void LocOpe_BuildShape::Perform(const TopTools_ListOfShape& L)
|
||||
}
|
||||
imbSh.Clear();
|
||||
}
|
||||
} while (!imbSh.Extent() == 0);
|
||||
} while (imbSh.Extent() != 0);
|
||||
|
||||
Standard_Integer nbsol = lsolid.Extent();
|
||||
Standard_Integer nbshl = lshell.Extent();
|
||||
|
Reference in New Issue
Block a user