fix non-debug build of compile.cpp

This commit is contained in:
Joel Dice 2008-12-02 19:39:56 -07:00
parent 851efc8d10
commit 4098368cb9

View File

@ -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];