diff options
Diffstat (limited to 'lib/Analysis/Store.cpp')
-rw-r--r-- | lib/Analysis/Store.cpp | 1 |
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; |