MOHAWK: Silenced warning

svn-id: r54800
This commit is contained in:
Filippos Karapetis 2010-12-06 19:58:22 +00:00
parent c2ec6020e3
commit 813d96ec20

View file

@ -2177,6 +2177,8 @@ bool LBValue::operator==(const LBValue &x) const {
case kLBValueInteger:
return integer == x.integer;
default:
error("Unknown type when testing for equality");
}
}