Bug 557559: Handle enum value NS_ASSERT_UNINITIALIZED in switch statement, to fix build warning. r=bsmedberg

This commit is contained in:
Daniel Holbert
2010-04-08 12:26:29 -07:00
parent d57b9c6da5
commit c0025c7e55

View File

@@ -357,7 +357,9 @@ NS_DebugBreak(PRUint32 aSeverity, const char *aStr, const char *aExpr,
return;
case NS_ASSERT_TRAP:
case NS_ASSERT_UNINITIALIZED: // Default to "trap" behavior
Break(buf.buffer);
return;
}
}