Skip to content
Snippets Groups Projects
Commit dbf9fe57 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

svn:r1963
parent 5577333d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment