sim: igen: mark error func as noreturn since it exits
This commit is contained in:
parent
c0c7e6ce2a
commit
16cceb84be
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ struct _line_ref
|
|||
typedef void error_func (const line_ref *line, const char *msg, ...)
|
||||
ATTRIBUTE_PRINTF (2, 3);
|
||||
|
||||
extern error_func error;
|
||||
extern ATTRIBUTE_NORETURN error_func error;
|
||||
extern error_func warning;
|
||||
extern error_func notify;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue