mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
fix non-debug build of compile.cpp
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user