[all-commits] [llvm/llvm-project] 2fc1b3: [MemorySanitizer] Fix an unused-variable warning (...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Aug 11 16:53:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fc1b3dd9f82e020c07ff6ec82a55bb7f4c90ac8
https://github.com/llvm/llvm-project/commit/2fc1b3dd9f82e020c07ff6ec82a55bb7f4c90ac8
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-08-12 (Tue, 12 Aug 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[MemorySanitizer] Fix an unused-variable warning (NFC)
/llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:2752:22:
error: unused variable 'ParamType' [-Werror,-Wunused-variable]
FixedVectorType *ParamType =
^
1 error generated.
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