From: Daniel Dunbar Date: Mon, 18 May 2009 16:48:48 +0000 (+0000) Subject: Silence a Release-Asserts warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e60900ee11fcdc2161082859881f73fa27b6bbb;p=clang Silence a Release-Asserts warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72013 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index 440080db7e..e1d875b8f9 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -633,6 +633,7 @@ RegionStoreManager::CastRegion(const GRState* state, const MemRegion* R, } assert(0 && "Unprocessed region."); + return 0; } SVal RegionStoreManager::EvalBinOp(BinaryOperator::Opcode Op, Loc L, NonLoc R) {