Marked msg_err functions noreturn
This commit is contained in:
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
void msg_err_a(const char *format, ...);
|
||||
void msg_err_w(const wchar_t *format, ...);
|
||||
void __attribute__((noreturn)) msg_err_a(const char *format, ...);
|
||||
void __attribute__((noreturn)) msg_err_w(const wchar_t *format, ...);
|
||||
|
||||
void msg_warn_a(const char *format, ...);
|
||||
void msg_warn_w(const wchar_t *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user