[all-commits] [llvm/llvm-project] 294a6c: [clang] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Mar 20 13:38:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 294a6c3b650d2411e50487b287b24b7d85847162
https://github.com/llvm/llvm-project/commit/294a6c3b650d2411e50487b287b24b7d85847162
Author: Kazu Hirata <kazu at google.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M clang/lib/CodeGen/CGExprComplex.cpp
Log Message:
-----------
[clang] Fix a warning
This patch fixes:
clang/lib/CodeGen/CGExprComplex.cpp:1037:14: error: unused variable
'ComplexElementTy' [-Werror,-Wunused-variable]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list