aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Store.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-19 18:53:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-19 18:53:25 +0000
commit6049762c80caa0e074aa1eae6b3386fea758b0cb (patch)
tree1ebebdcbd13f2c7dbc8a7e20db5020603b2f4fad /lib/Analysis/Store.cpp
parenta08304a38c2fecd647f41039d2245f0c4cd33504 (diff)
Silence -Asserts warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Store.cpp')
-rw-r--r--lib/Analysis/Store.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp
index 2fd72ac0a1..bbf0c46bf2 100644
--- a/lib/Analysis/Store.cpp
+++ b/lib/Analysis/Store.cpp
@@ -195,6 +195,7 @@ const MemRegion *StoreManager::CastRegion(const MemRegion *R, QualType CastToTy)
SVal StoreManager::CastRetrievedVal(SVal V, const TypedRegion *R,
QualType castTy) {
ASTContext &Ctx = ValMgr.getContext();
+ (void) Ctx;
if (castTy.isNull())
return V;