From 1aeb247705f53a3be72bf7bff1a17d14f1bc7e14 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 6 Aug 2009 12:56:50 +0000 Subject: [PATCH] I have a dream, one day, we won't need to do this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78305 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/RegionStore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index 817c6ecfe5..3216756045 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -1230,6 +1230,7 @@ SVal RegionStoreManager::RetrieveStruct(const GRState *state, const RecordType* RT = T->getAsStructureType(); RecordDecl* RD = RT->getDecl(); assert(RD->isDefinition()); + (void)RD; #if USE_EXPLICIT_COMPOUND llvm::ImmutableList StructVal = getBasicVals().getEmptySValList(); -- 2.40.0