Use intptr_t correctly in test.c; try to resolve ia64 warnings

svn:r1963
This commit is contained in:
Nick Mathewson
2004-06-08 19:08:45 +00:00
parent 5577333db7
commit dbf9fe57ea
+1 -1
View File
@@ -494,7 +494,7 @@ test_util() {
static void* _squareAndRemoveK4(const char *key, void*val, void *data)
{
int *ip = (int*)data;
int v;
intptr_t v;
if (strcmp(key,"K4") == 0) {
++(*ip);
return NULL;