Fixed warnings: possibly uninitialized variable, missing friend classifier (struct/class).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-03-03 06:18:12 +00:00
parent cc8aae32ee
commit f7eefd8207
5 changed files with 10 additions and 9 deletions
@@ -1315,7 +1315,7 @@ BPlusTree::RemoveDuplicate(Transaction &transaction, bplustree_node *node, Cache
// Remove value from a duplicate node!
//
duplicate_array *array;
duplicate_array *array = NULL;
if (duplicate->LeftLink() != BPLUSTREE_NULL) {
FATAL(("invalid duplicate node: first left link points to %Ld!\n", duplicate->LeftLink()));