mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/magick: Use old-style attribute (clang-10).
This commit is contained in:
parent
d371fba034
commit
98009cf4d7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace ircd::magick
|
|||
struct transform;
|
||||
|
||||
[[noreturn]] static void handle_exception(const ExceptionType, const char *, const char *);
|
||||
[[noreturn]] static void handle_fatal(const ExceptionType, const char *, const char *);
|
||||
static void handle_fatal(const ExceptionType, const char *, const char *) __attribute__((noreturn));
|
||||
static void handle_error(const ExceptionType, const char *, const char *) noexcept;
|
||||
static void handle_warning(const ExceptionType, const char *, const char *) noexcept;
|
||||
static void handle_log(const ExceptionType, const char *) noexcept;
|
||||
|
|
Loading…
Reference in a new issue