diff options
Diffstat (limited to 'llvm/lib/System/Win32/MappedFile.inc')
-rw-r--r-- | llvm/lib/System/Win32/MappedFile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/MappedFile.inc b/llvm/lib/System/Win32/MappedFile.inc index d5bedfcfed8..877ff52be56 100644 --- a/llvm/lib/System/Win32/MappedFile.inc +++ b/llvm/lib/System/Win32/MappedFile.inc @@ -55,6 +55,8 @@ bool MappedFile::initialize(std::string* ErrMsg) { return MakeErrMsg(ErrMsg, std::string("Can't get size of file: ") + path_.toString()); } + + return false; } void MappedFile::terminate() { |