mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Minor fixes from static analysis.
This commit is contained in:
parent
eb1589fd54
commit
bbe77d656a
3 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,7 @@ namespace Compiler
|
|||
else if (t1=='f' || t2=='f')
|
||||
mOperands.push_back ('f');
|
||||
else
|
||||
std::logic_error ("failed to determine result operand type");
|
||||
throw std::logic_error ("failed to determine result operand type");
|
||||
}
|
||||
|
||||
void ExprParser::pop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue