[all-commits] [llvm/llvm-project] 0fa1ee: [DebugInfo] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Mar 6 19:28:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fa1ee8f1c311a7740238d226e4a697708b5c338
https://github.com/llvm/llvm-project/commit/0fa1ee8f1c311a7740238d226e4a697708b5c338
Author: Kazu Hirata <kazu at google.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
Log Message:
-----------
[DebugInfo] Fix a warning
This patch fixes:
llvm/lib/DebugInfo/GSYM/GsymCreator.cpp:117:18: error: unused
variable 'MaxAddressOffset' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list