Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN

svn-id: r44314
This commit is contained in:
Filippos Karapetis 2009-09-24 17:52:53 +00:00
parent 0ea3cde160
commit b4f1960318
19 changed files with 23 additions and 27 deletions

View file

@ -338,7 +338,7 @@ const GameDisplayInfo &SagaEngine::getDisplayInfo() {
#endif
default:
error("getDisplayInfo: Unknown game ID");
//return ITE_DisplayInfo; // unreachable
return ITE_DisplayInfo; // for compilers that don't support NORETURN
}
}