[all-commits] [llvm/llvm-project] 1ba374: [llvm-c-test] Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Jan 31 12:15:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ba3745c4b9309b5c85f82a231c6ee6b5946753b
https://github.com/llvm/llvm-project/commit/1ba3745c4b9309b5c85f82a231c6ee6b5946753b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M llvm/tools/llvm-c-test/metadata.c
Log Message:
-----------
[llvm-c-test] Fix warnings
This patch fixes:
llvm/tools/llvm-c-test/metadata.c:49:16: error: unused variable
'tmp' [-Werror,-Wunused-variable]
llvm-project/llvm/tools/llvm-c-test/metadata.c:70:16: error: unused
variable 'md' [-Werror,-Wunused-variable]
llvm/tools/llvm-c-test/metadata.c:74:16: error: unused variable
'md2' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list