mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fix warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user