add stubs for asan/ubsan

This commit is contained in:
nillerusr
2020-11-30 21:44:53 +03:00
parent 9e7ab7bd22
commit 0b5a04e732
8 changed files with 338 additions and 95 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ static int ModelFrameCount( model_t *model )
class CNetworkStringTable_LockOverride : public CNetworkStringTable
{
private:
CNetworkStringTable_LockOverride(); // no impl
~CNetworkStringTable_LockOverride(); // no impl
// CNetworkStringTable_LockOverride(); // no impl
// ~CNetworkStringTable_LockOverride(); // no impl
CNetworkStringTable_LockOverride(const CNetworkStringTable_LockOverride &); // no impl
CNetworkStringTable_LockOverride& operator=(const CNetworkStringTable_LockOverride &); // no impl
public: