MOHAWK: Silenced warning
svn-id: r54800
This commit is contained in:
parent
c2ec6020e3
commit
813d96ec20
1 changed files with 2 additions and 0 deletions
|
@ -2177,6 +2177,8 @@ bool LBValue::operator==(const LBValue &x) const {
|
||||||
|
|
||||||
case kLBValueInteger:
|
case kLBValueInteger:
|
||||||
return integer == x.integer;
|
return integer == x.integer;
|
||||||
|
default:
|
||||||
|
error("Unknown type when testing for equality");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue