Crashlog: Tag image base with [[maybe_unused]]

pull/647/head
Jonathan G Rennison 4 months ago
parent 7d92f185d3
commit 04fc0c37dc

@ -427,7 +427,7 @@ static const uint MAX_FRAMES = 64;
/* Get module name. */
const char *mod_name = "???";
const char *image_name = nullptr;
DWORD64 image_base = 0;
[[maybe_unused]] DWORD64 image_base = 0;
IMAGEHLP_MODULE64 module;
module.SizeOfStruct = sizeof(module);

Loading…
Cancel
Save