Skip to content

Commit 5a95ff2

Browse files
committed
[lldb] Fix -Wunused-but-set-variable
1 parent a1e2186 commit 5a95ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,7 @@ DWARFASTParserClang::ParseStructureLikeDIE(const SymbolContext &sc,
15841584
}
15851585
}
15861586
assert(tag_decl_kind != -1);
1587+
(void)tag_decl_kind;
15871588
bool clang_type_was_created = false;
15881589
clang_type.SetCompilerType(
15891590
&m_ast, dwarf->GetForwardDeclDieToClangType().lookup(die.GetDIE()));

0 commit comments

Comments
 (0)