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:
@@ -557,7 +557,7 @@ void TNaming_NamedShape::References(const Handle(TDF_DataSet)& aDataSet) const
|
||||
void TNaming_NamedShape::Add(TNaming_Node*& pdn )
|
||||
{
|
||||
pdn->myAtt = this;
|
||||
if (!myNode == 0L){
|
||||
if (myNode != 0L){
|
||||
pdn->nextSameAttribute = myNode;
|
||||
}
|
||||
myNode = pdn;
|
||||
|
Reference in New Issue
Block a user