mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
Fix warnings
llvm-svn: 7213
This commit is contained in:
parent
7f36f7e9f0
commit
425abc04ab
@ -105,7 +105,7 @@ ReallocTable(PtrValueHashTable* ptrTable, Index newSize)
|
||||
|
||||
#ifndef NDEBUG
|
||||
printf("\n***\n*** WARNING: REALLOCATING SPACE FOR POINTER HASH TABLE.\n");
|
||||
printf("*** oldSize = %ld, oldCapacity = %ld\n***\n\n",
|
||||
printf("*** oldSize = %d, oldCapacity = %d\n***\n\n",
|
||||
ptrTable->size, ptrTable->capacity);
|
||||
printf("*** NEW SEQUENCE NUMBER FOR A POINTER WILL PROBABLY NOT MATCH ");
|
||||
printf(" THE OLD ONE!\n***\n\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user