mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Everywhere: Prefer VERIFY
over assert()
This commit is contained in:
parent
ef9bfe3499
commit
3e43d15440
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
|||
#if defined(KERNEL)
|
||||
# include <Kernel/Library/Assertions.h>
|
||||
#else
|
||||
# include <assert.h>
|
||||
extern "C" __attribute__((noreturn)) void ak_verification_failed(char const*);
|
||||
# define __stringify_helper(x) #x
|
||||
# define __stringify(x) __stringify_helper(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue