mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Using size_t for lengths (also remove most warnings when compiling for x64)
This commit is contained in:
parent
a0f2dccd07
commit
85b7ac3ed5
53 changed files with 814 additions and 514 deletions
|
@ -215,7 +215,6 @@ unsigned int numclassesallocated = 0;
|
|||
bool classInited = false;
|
||||
|
||||
#ifndef _DEBUG_MEM
|
||||
|
||||
void *Class::operator new( size_t s )
|
||||
{
|
||||
size_t *p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue