diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Analysis/Store.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Analysis/Store.cpp b/clang/lib/Analysis/Store.cpp index 2fd72ac0a14..bbf0c46bf29 100644 --- a/clang/lib/Analysis/Store.cpp +++ b/clang/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; |