From c700b362c7c43ad88a56e35b2d3b54ef5afc4183 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 6 Aug 2009 12:56:50 +0000 Subject: I have a dream, one day, we won't need to do this. llvm-svn: 78305 --- clang/lib/Analysis/RegionStore.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Analysis') diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 817c6ecfe57..32167560451 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/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(); -- cgit v1.2.3