mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(error): add missing statements to STORM_ASSERT
This commit is contained in:
parent
0dafa3a70a
commit
c924e9a7d9
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
if (!(x)) { \
|
if (!(x)) { \
|
||||||
SErrPrepareAppFatal(__FILE__, __LINE__); \
|
SErrPrepareAppFatal(__FILE__, __LINE__); \
|
||||||
SErrDisplayAppFatal(#x); \
|
SErrDisplayAppFatal(#x); \
|
||||||
|
SErrSetLastError(0x57); \
|
||||||
|
return 0; \
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue