* Uninitialised variable. Fixes the --delete test.
This commit is contained in:
@@ -532,7 +532,7 @@ static void opGC(Strings opFlags, Strings opArgs)
|
||||
roots). */
|
||||
static void opDelete(Strings opFlags, Strings opArgs)
|
||||
{
|
||||
bool ignoreLiveness;
|
||||
bool ignoreLiveness = false;
|
||||
|
||||
for (Strings::iterator i = opFlags.begin();
|
||||
i != opFlags.end(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user