We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70183f commit 2ed2e39Copy full SHA for 2ed2e39
bolt/lib/Rewrite/LinuxKernelRewriter.cpp
@@ -1679,6 +1679,8 @@ Error LinuxKernelRewriter::updateStaticKeysJumpTablePostEmit() {
1679
<< "\n\tTargetAddress: 0x" << Twine::utohexstr(TargetAddress)
1680
<< "\n\tKeyAddress: 0x" << Twine::utohexstr(KeyAddress) << '\n';
1681
});
1682
+ (void)TargetAddress;
1683
+ (void)KeyAddress;
1684
1685
BinaryFunction *BF =
1686
BC.getBinaryFunctionContainingAddress(JumpAddress,
0 commit comments