[all-commits] [llvm/llvm-project] d212bd: [libunwind] Compile with -Wunused-but-set-variable
Dani via All-commits
all-commits at lists.llvm.org
Thu Sep 2 02:43:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d212bdf82883c8880da5a2ee67ce6b7b9a239f88
https://github.com/llvm/llvm-project/commit/d212bdf82883c8880da5a2ee67ce6b7b9a239f88
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M libunwind/CMakeLists.txt
Log Message:
-----------
[libunwind] Compile with -Wunused-but-set-variable
-Wunused-but-set-variable triggers a warning even the block of code is effectively dead.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D107835
More information about the All-commits
mailing list