Mark some more functions with AI_WONT_RETURN
This commit is contained in:
@@ -168,7 +168,7 @@ void Parser::LogInfo(const char* szWarn)
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Parser::LogError(const char* szWarn)
|
||||
AI_WONT_RETURN void Parser::LogError(const char* szWarn)
|
||||
{
|
||||
ai_assert(NULL != szWarn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user