Skip to content

Commit bdcc707

Browse files
committed
Fix bugprone-exception-escape (Add to declaration too)
1 parent cb7a344 commit bdcc707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/s25main/Debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DebugInfo
2121
DebugInfo();
2222
~DebugInfo();
2323

24-
static stacktrace_t GetStackTrace(void* ctx = nullptr) noexcept;
24+
static stacktrace_t GetStackTrace(void* ctx = nullptr) noexcept(false);
2525

2626
bool Send(const void* buffer, size_t length);
2727
bool SendSigned(int32_t i);

0 commit comments

Comments
 (0)