From 46b200a4ed86fb0facb790cbe58604405f70082b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 16 May 2009 13:50:44 +0200 Subject: [PATCH] silence a gcc warning --- gen/passes/GarbageCollect2Stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/passes/GarbageCollect2Stack.cpp b/gen/passes/GarbageCollect2Stack.cpp index 4906b3a9..b59eb0a1 100644 --- a/gen/passes/GarbageCollect2Stack.cpp +++ b/gen/passes/GarbageCollect2Stack.cpp @@ -225,7 +225,7 @@ namespace { // The default promote() should be fine. - AllocClassFI() : FunctionInfo(-1, true) {} + AllocClassFI() : FunctionInfo(~0u, true) {} }; }