diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-07-21 19:20:44 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-07-21 19:20:44 +0000 | 
| commit | 4d52e214bb4f644c5d6cb41e0e0bb445a0b0fe80 (patch) | |
| tree | 88620445e35f693c41ba185440087089fdf06e98 /llvm/runtime | |
| parent | 361e9c8b97bebb8a41dfb1fd9c9df24c48a7d100 (diff) | |
| download | bcm5719-llvm-4d52e214bb4f644c5d6cb41e0e0bb445a0b0fe80.tar.gz bcm5719-llvm-4d52e214bb4f644c5d6cb41e0e0bb445a0b0fe80.zip  | |
Fix warnings
llvm-svn: 7213
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/libtrace/tracelib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libtrace/tracelib.c b/llvm/runtime/libtrace/tracelib.c index dce05aa2f45..537917e4acb 100644 --- a/llvm/runtime/libtrace/tracelib.c +++ b/llvm/runtime/libtrace/tracelib.c @@ -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");  | 

