Fix warnings
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2003 19:20:44 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2003 19:20:44 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7213 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libtrace/tracelib.c

index dce05aa2f4500a5d0cb0defd4f4907134e9a22ef..537917e4acba387e9d6aec2b892863719e458d0a 100644 (file)
@@ -105,7 +105,7 @@ ReallocTable(PtrValueHashTable* ptrTable, Index newSize)
 
 #ifndef NDEBUG
   printf("\n***\n*** WARNING: REALLOCATING SPACE FOR POINTER HASH TABLE.\n");
 
 #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");
          ptrTable->size, ptrTable->capacity); 
   printf("*** NEW SEQUENCE NUMBER FOR A POINTER WILL PROBABLY NOT MATCH ");
   printf(" THE OLD ONE!\n***\n\n");