[all-commits] [llvm/llvm-project] d97b2b: [DebugInfo] Fix -Wunused-variable in DebugProgramI...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Nov 2 06:15:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d97b2b389a0e511c65af6845119eb08b8a2cb473
https://github.com/llvm/llvm-project/commit/d97b2b389a0e511c65af6845119eb08b8a2cb473
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M llvm/lib/IR/DebugProgramInstruction.cpp
Log Message:
-----------
[DebugInfo] Fix -Wunused-variable in DebugProgramInstruction.cpp (NFC)
/llvm-project/llvm/lib/IR/DebugProgramInstruction.cpp:163:18: error: unused variable 'Unit' [-Werror,-Wunused-variable]
DICompileUnit *Unit =
^
1 error generated.
More information about the All-commits
mailing list