mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[libunwind] Silence warnings about unused variables. NFC.
This variable was considered unused when NDEBUG was defined. Differential Revision: https://reviews.llvm.org/D124911
This commit is contained in:
parent
f1f8899a18
commit
6123e9c0d0
@ -551,6 +551,7 @@ inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr,
|
||||
DWORD err = GetLastError();
|
||||
_LIBUNWIND_TRACE_UNWINDING("findUnwindSections: EnumProcessModules failed, "
|
||||
"returned error %d", (int)err);
|
||||
(void)err;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user