Fix compiler warning (naRuntimeError does not return...)
This commit is contained in:
parent
1b55ab5f40
commit
694df4b337
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ static naRef f_createCondition(naContext c, naRef me, int argc, naRef* args)
|
|||
{
|
||||
naRuntimeError(c, "createCondition: %s", ex.what());
|
||||
}
|
||||
|
||||
return naNil();
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue