diff options
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r-- | lib/Analysis/RegionStore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index 602d6bde1d..4e0215b997 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -431,6 +431,7 @@ SVal RegionStoreManager::getSizeInElements(const GRState* St, } assert(0 && "Other regions are not supported yet."); + return UnknownVal(); } /// ArrayToPointer - Emulates the "decay" of an array to a pointer |