mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Bah, get the compiler-warning avoidance right this time.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3422
This commit is contained in:
parent
16f9a077c7
commit
1826c24b7f
@ -65,7 +65,7 @@ static void test__find_auxv(void)
|
||||
break;
|
||||
|
||||
default:
|
||||
fprintf(stderr, "auxv->a_type = %lld\n", (Word)auxv->a_type);
|
||||
fprintf(stderr, "auxv->a_type = %lld\n", (Long)auxv->a_type);
|
||||
assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user