Added AI_WONT_RETURN and AI_WONT_RETURN_SUFFIX to DOMError.
This commit is contained in:
@@ -50,8 +50,8 @@ namespace Util {
|
||||
|
||||
|
||||
/* DOM/Parse error reporting - does not return */
|
||||
void DOMError(const std::string& message, const Token& token);
|
||||
void DOMError(const std::string& message, const Element* element = NULL);
|
||||
AI_WONT_RETURN void DOMError(const std::string& message, const Token& token) AI_WONT_RETURN_SUFFIX;
|
||||
AI_WONT_RETURN void DOMError(const std::string& message, const Element* element = NULL) AI_WONT_RETURN_SUFFIX;
|
||||
|
||||
// does return
|
||||
void DOMWarning(const std::string& message, const Token& token);
|
||||
|
||||
Reference in New Issue
Block a user