Skip to content

Commit 4c7a2a8

Browse files
chapuniflovent
authored andcommitted
Orc: Suppress a warning in llvm#126691
1 parent b4777b8 commit 4c7a2a8

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)