summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Analysis/Store.cpp1
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;
OpenPOWER on IntegriCloud