Skip to content

Commit cdf4544

Browse files
committed
Orc: Suppress a warning in llvm#126691
1 parent 89d636b commit cdf4544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ UnwindInfoManager::~UnwindInfoManager() {
6363
dbgs() << "Failed call to " << RemoveFnName << ": error = " << Err
6464
<< "\n";
6565
});
66+
(void)Err;
6667
}
6768
}
6869

0 commit comments

Comments
 (0)