mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Mark LibC's assertion faillure helper with __NORETURN.
This commit is contained in:
parent
8b4b684d6d
commit
9bd09454e3
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define ALWAYS_INLINE inline __attribute__ ((always_inline))
|
||||
#define __NORETURN __attribute__ ((noreturn))
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue