[all-commits] [llvm/llvm-project] 232ab0: [AsmPrinter] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Sep 11 11:25:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 232ab04812ab25ff16b6a60c92ceeb74dd9f5281
https://github.com/llvm/llvm-project/commit/232ab04812ab25ff16b6a60c92ceeb74dd9f5281
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
Log Message:
-----------
[AsmPrinter] Fix an unused variable warning
This patch fixes:
llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:109:10: error: unused
variable 'Ret' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list