Make the linter happy (for real x2)
This commit is contained in:
parent
c48f37cb68
commit
6ede6f6f53
@ -322,7 +322,7 @@ namespace cpptrace {
|
|||||||
to_hex(entry.raw_address - entry.obj_base + get_module_image_base(entry)),
|
to_hex(entry.raw_address - entry.obj_base + get_module_image_base(entry)),
|
||||||
trace[i]
|
trace[i]
|
||||||
);
|
);
|
||||||
} catch(file_error) {
|
} catch(file_error&) {
|
||||||
//
|
//
|
||||||
} catch(...) {
|
} catch(...) {
|
||||||
throw;
|
throw;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user