From 4098368cb9eb9bbcfdf59cbcfac62833bffb34fd Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 2 Dec 2008 19:39:56 -0700 Subject: [PATCH] fix non-debug build of compile.cpp --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index bf84652cb0..d9367bfd4c 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -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];