Fixed issues with int vs size_t and a few other warnings
This commit is contained in:
@@ -42,8 +42,6 @@ cBlockInfo::~cBlockInfo()
|
||||
|
||||
cBlockInfo & cBlockInfo::Get(BLOCKTYPE a_Type)
|
||||
{
|
||||
ASSERT(a_Type < 256);
|
||||
|
||||
return ms_Info[a_Type];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user