Fixed GCC 4 warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-23 01:22:49 +00:00
parent 2594778c84
commit 669b14d756
@@ -1,6 +1,6 @@
/* Inode - inode access functions /* Inode - inode access functions
* *
* Copyright 2001-2005, Axel Dörfler, [email protected] * Copyright 2001-2006, Axel Dörfler, [email protected]
* This file may be used under the terms of the MIT License. * This file may be used under the terms of the MIT License.
*/ */
#ifndef INODE_H #ifndef INODE_H
@@ -293,6 +293,7 @@ inline
CachedBlock::CachedBlock(Volume *volume) CachedBlock::CachedBlock(Volume *volume)
: :
fVolume(volume), fVolume(volume),
fBlockNumber(-1),
fBlock(NULL) fBlock(NULL)
{ {
} }