mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022815: Missing delete operator for placement new
This commit is contained in:
@@ -308,11 +308,6 @@ void TDF_Label::EntryDump(Standard_OStream& anOS) const
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef WNT
|
||||
// Disable the warning: "operator new unmatched by delete"
|
||||
#pragma warning (disable:4291)
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
//function : FindOrAddChild
|
||||
//purpose : Finds or adds a label child having <aTag> as tag.
|
||||
@@ -373,10 +368,6 @@ TDF_LabelNode* TDF_Label::FindOrAddChild
|
||||
return childLabelNode;
|
||||
}
|
||||
|
||||
#ifdef WNT
|
||||
#pragma warning (default:4291)
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
//function : InternalDump
|
||||
//purpose : Private method.
|
||||
|
Reference in New Issue
Block a user