mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use intptr_t correctly in test.c; try to resolve ia64 warnings
svn:r1963
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user