fix warnings (thanks to Aaron!)
This commit is contained in:
@@ -1224,7 +1224,7 @@ void bFile::resolvePointersMismatch()
|
||||
int p = 0;
|
||||
while (blockLen-- > 0)
|
||||
{
|
||||
btPointerUid dp = {0};
|
||||
btPointerUid dp = {{0}};
|
||||
safeSwapPtr((char*)dp.m_uniqueIds, oldPtr);
|
||||
|
||||
void **tptr = (void**)(newPtr + p * ptrMem);
|
||||
|
||||
Reference in New Issue
Block a user