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:
parent
0ea3cde160
commit
b4f1960318
19 changed files with 23 additions and 27 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue