From 6f5cc9f45f2842d2398ec3c917b8b46f69dfdf1a Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 12 Jun 2008 11:09:53 -0600 Subject: [PATCH] fix unused parameter warning --- src/x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86.cpp b/src/x86.cpp index 3e5ec4c17f..2af36d001f 100644 --- a/src/x86.cpp +++ b/src/x86.cpp @@ -1762,7 +1762,7 @@ compareCR(Context* c, unsigned size, Assembler::Constant* a, } void -compareCM(Context* c, unsigned size, Assembler::Constant* a, +compareCM(Context* c, unsigned size UNUSED, Assembler::Constant* a, Assembler::Memory* b) { assert(c, BytesPerWord == 8 or size == 4);