mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-04-30 21:13:51 +00:00
feat(error): implement error suppression behavior
This commit is contained in:
parent
9c2fc0adf4
commit
b69feaca30
4 changed files with 25 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ void STORMAPI SBigToUnsigned(BigData*, uint32_t*) {}
|
|||
#include <storm/Error.hpp>
|
||||
|
||||
void STORMCDECL SErrDisplayAppFatal(const char* format, ...) {}
|
||||
int32_t STORMAPI SErrDisplayError(uint32_t, const char*, int32_t, const char*, int32_t, uint32_t, uint32_t) { return 0; }
|
||||
int32_t STORMAPI SErrDisplayError(uint32_t, const char*, int32_t, const char*, int32_t, uint32_t) { return 0; }
|
||||
int32_t STORMCDECL SErrDisplayErrorFmt(uint32_t, const char*, int32_t, int32_t, uint32_t, const char*, ...) { return 0; }
|
||||
void STORMAPI SErrPrepareAppFatal(const char*, int32_t) {}
|
||||
void STORMAPI SErrSetLastError(uint32_t) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue