[all-commits] [llvm/llvm-project] ff22d1: [BOLT] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Aug 21 07:57:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff22d125a7e6b7515983d281984f92ae88d96da9
https://github.com/llvm/llvm-project/commit/ff22d125a7e6b7515983d281984f92ae88d96da9
Author: Kazu Hirata <kazu at google.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M bolt/lib/Core/BinaryFunction.cpp
Log Message:
-----------
[BOLT] Fix an unused variable warning
This patch fixes:
bolt/lib/Core/BinaryFunction.cpp:4117:20: error: unused variable
'FragmentBaseAddress' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list