fix(error): correct SErrSuppressErrors prototype

This commit is contained in:
Adam Heinermann 2026-01-03 15:12:13 -08:00 committed by fallenoak
parent 65a6fc72b4
commit 9c2fc0adf4
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ int32_t STORMCDECL SErrDisplayErrorFmt(uint32_t, const char*, int32_t, int32_t,
void STORMAPI SErrPrepareAppFatal(const char*, int32_t) {}
void STORMAPI SErrSetLastError(uint32_t) {}
uint32_t STORMAPI SErrGetLastError() { return 0; }
void STORMAPI SErrSuppressErrors(uint32_t) {}
void STORMAPI SErrSuppressErrors(int32_t) {}
#include <storm/Event.hpp>