mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: unused
This commit is contained in:
@@ -873,7 +873,7 @@ private:
|
||||
|
||||
#ifdef _WIN32
|
||||
// SEH 未处理异常过滤器
|
||||
static LONG WINAPI unhandled_exception_filter(PEXCEPTION_POINTERS pExceptionInfo)
|
||||
static LONG WINAPI unhandled_exception_filter([[maybe_unused]]PEXCEPTION_POINTERS pExceptionInfo)
|
||||
{
|
||||
try {
|
||||
auto& logger = Logger::get_instance();
|
||||
|
||||
Reference in New Issue
Block a user