From 813d96ec20c38de2344da8dcb90c3faa3b066f5e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 6 Dec 2010 19:58:22 +0000 Subject: MOHAWK: Silenced warning svn-id: r54800 --- engines/mohawk/livingbooks.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 317b8b828b..f956874461 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -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"); } } -- cgit v1.2.3