[all-commits] [llvm/llvm-project] c4c5e7: Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Jan 25 08:21:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4c5e79dd4b4c78eee7cffd9b0d7394b5bedcf12
https://github.com/llvm/llvm-project/commit/c4c5e79dd4b4c78eee7cffd9b0d7394b5bedcf12
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
Fix warnings
This patch fixes:
clang-tools-extra/clangd/Hover.cpp:1036:28: warning: unused variable
‘MTE’ [-Wunused-variable]
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:22295:19: error:
unused variable 'AN' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list