[all-commits] [llvm/llvm-project] 2700d6: [llvm-c-test] Fix unused variable warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Feb 8 21:00:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2700d66a054327c2dbb90d8b44b1d5cf3b0043b8
https://github.com/llvm/llvm-project/commit/2700d66a054327c2dbb90d8b44b1d5cf3b0043b8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M llvm/tools/llvm-c-test/debuginfo.c
Log Message:
-----------
[llvm-c-test] Fix unused variable warnings
This patch fixes:
llvm/tools/llvm-c-test/debuginfo.c:211:12: error: unused variable
'tag0' [-Werror,-Wunused-variable]
llvm/tools/llvm-c-test/debuginfo.c:222:12: error: unused variable
'tag1' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list