Compiler satisfaction
This commit is contained in:
parent
9e51a3e586
commit
992850bcb1
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void* gfxAlloc(size_t sz)
|
|||
|
||||
void* gfxRealloc(void* ptr, size_t oldsz, size_t newsz)
|
||||
{
|
||||
Q_UNUSED(oldsz)
|
||||
return realloc(ptr, newsz);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue