From 6ede6f6f530cb5e67d9d187a431354fc44ea2097 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:34:15 -0400 Subject: [PATCH] Make the linter happy (for real x2) --- src/symbols/symbols_with_addr2line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbols/symbols_with_addr2line.cpp b/src/symbols/symbols_with_addr2line.cpp index 7135692..bfed19f 100644 --- a/src/symbols/symbols_with_addr2line.cpp +++ b/src/symbols/symbols_with_addr2line.cpp @@ -322,7 +322,7 @@ namespace cpptrace { to_hex(entry.raw_address - entry.obj_base + get_module_image_base(entry)), trace[i] ); - } catch(file_error) { + } catch(file_error&) { // } catch(...) { throw;