summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTImporter.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-07-22 17:31:44 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-07-22 17:31:44 +0000
commita026de0585969aba770e5d72b79e9733905f678b (patch)
treef93b25b1e1d5332667de58042c3e0234a7449fa2 /lldb/source/Symbol/ClangASTImporter.cpp
parent9b46e9c5de19f91c4b6b8b1d3405875c48190aac (diff)
downloadbcm5719-llvm-a026de0585969aba770e5d72b79e9733905f678b.tar.gz
bcm5719-llvm-a026de0585969aba770e5d72b79e9733905f678b.zip
Fix warnings.
Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11404 llvm-svn: 242913
Diffstat (limited to 'lldb/source/Symbol/ClangASTImporter.cpp')
-rw-r--r--lldb/source/Symbol/ClangASTImporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Symbol/ClangASTImporter.cpp b/lldb/source/Symbol/ClangASTImporter.cpp
index 995ab67551d..64542d1f5e6 100644
--- a/lldb/source/Symbol/ClangASTImporter.cpp
+++ b/lldb/source/Symbol/ClangASTImporter.cpp
@@ -623,6 +623,7 @@ ClangASTImporter::Minion::ExecuteDeportWorkQueues ()
m_decls_to_deport->erase(decl);
DeclOrigin &origin = to_context_md->m_origins[decl];
+ (void)origin;
assert (origin.ctx == m_source_ctx); // otherwise we should never have added this
// because it doesn't need to be deported
OpenPOWER on IntegriCloud