[all-commits] [llvm/llvm-project] e71f9d: [BOLT] Fix an unused-variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jul 10 15:52:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e71f9d264e91bef1d829a9abfdf7867bc8de9b29
https://github.com/llvm/llvm-project/commit/e71f9d264e91bef1d829a9abfdf7867bc8de9b29
Author: Kazu Hirata <kazu at google.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M bolt/lib/Core/DIEBuilder.cpp
Log Message:
-----------
[BOLT] Fix an unused-variable warning
This patch fixes:
bolt/lib/Core/DIEBuilder.cpp:468:18: error: unused variable 'Ref'
[-Werror,-Wunused-variable]
More information about the All-commits
mailing list