mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024095: Eliminate compiler warning C4512 in MSVC++ with warning level 4
Removed most of warnings C4512 for non-copyable objects
This commit is contained in:
@@ -40,6 +40,7 @@ struct entityRef {
|
||||
const char * name;
|
||||
const int length;
|
||||
entityRef (const char * aName, const int aLen) : name(aName), length(aLen) {}
|
||||
void operator= (const entityRef&);
|
||||
};
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -108,8 +108,8 @@ class LDOM_MemManager : public MMgt_TShared
|
||||
char * str;
|
||||
struct TableItem * next;
|
||||
} * myTable;
|
||||
// Standard_Integer myMask;
|
||||
LDOM_MemManager& myManager;
|
||||
void operator= (const HashTable&);
|
||||
};
|
||||
|
||||
// ---- PROHIBITED (PRIVATE) METHODS ----
|
||||
|
Reference in New Issue
Block a user