mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
fix non-debug build of compile.cpp
This commit is contained in:
parent
851efc8d10
commit
4098368cb9
@ -5331,7 +5331,7 @@ makeCallTable(MyThread* t, uintptr_t* heap, unsigned* calls, unsigned count,
|
||||
}
|
||||
|
||||
void
|
||||
fixupHeap(MyThread* t, uintptr_t* map, unsigned size, uintptr_t* heap)
|
||||
fixupHeap(MyThread* t UNUSED, uintptr_t* map, unsigned size, uintptr_t* heap)
|
||||
{
|
||||
for (unsigned word = 0; word < size; ++word) {
|
||||
uintptr_t w = map[word];
|
||||
|
Loading…
Reference in New Issue
Block a user