Skip to content

Commit dc8c244

Browse files
chapuniSquallATF
authored andcommitted
Orc: Suppress a warning in llvm#126691
1 parent cf895e1 commit dc8c244

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)