Commit 232ab04
committed
[AsmPrinter] Fix an unused variable warning
This patch fixes:
llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:109:10: error: unused
variable 'Ret' [-Werror,-Wunused-variable]1 parent eb06125 commit 232ab04
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments