# HG changeset patch # User Benjamin Kramer # Date 1242474644 -7200 # Node ID 67ac63740c7f869fe10e03b0a89945e78b5a0ef4 # Parent 015e00affbb91c9bd6c8c2f98913e674e1a8486f silence a gcc warning diff -r 015e00affbb9 -r 67ac63740c7f gen/passes/GarbageCollect2Stack.cpp --- a/gen/passes/GarbageCollect2Stack.cpp Sat May 16 13:10:35 2009 +0200 +++ b/gen/passes/GarbageCollect2Stack.cpp Sat May 16 13:50:44 2009 +0200 @@ -225,7 +225,7 @@ // The default promote() should be fine. - AllocClassFI() : FunctionInfo(-1, true) {} + AllocClassFI() : FunctionInfo(~0u, true) {} }; }