From: Mike Stump Date: Thu, 6 Aug 2009 12:56:50 +0000 (+0000) Subject: I have a dream, one day, we won't need to do this. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aeb247705f53a3be72bf7bff1a17d14f1bc7e14;p=clang 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 --- 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();