From: Argyrios Kyrtzidis Date: Mon, 2 Aug 2010 07:24:29 +0000 (+0000) Subject: Shut up warnings in Release build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62db8889da980d899d99e4ece701f150563b70ed;p=clang Shut up warnings in Release build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110032 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Checker/PathSensitive/MemRegion.h b/include/clang/Checker/PathSensitive/MemRegion.h index 7b4eac254b..5c962ddd24 100644 --- a/include/clang/Checker/PathSensitive/MemRegion.h +++ b/include/clang/Checker/PathSensitive/MemRegion.h @@ -296,6 +296,7 @@ public: /// Compute the offset within the top level memory object. virtual RegionOffset getAsOffset() const { assert(0 && "unimplemented"); + return RegionOffset(NULL); } MemRegionManager* getMemRegionManager() const;