Unknown variable referred to in DEBUG build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f415aa28be
commit
e200a8e9b9
@ -228,8 +228,9 @@ BColumn::_Sanitize(BColumn *column)
|
||||
return NULL;
|
||||
}
|
||||
#if DEBUG
|
||||
else if (endianSwap)
|
||||
PRINT(("Instantiated foreign column ok\n"));
|
||||
// TODO: Whatever this is supposed to mean, fix it.
|
||||
// else if (endianSwap)
|
||||
// PRINT(("Instantiated foreign column ok\n"));
|
||||
#endif
|
||||
|
||||
return column;
|
||||
@ -417,8 +418,9 @@ BViewState::_Sanitize(BViewState *state, bool fixOnly)
|
||||
return NULL;
|
||||
}
|
||||
#if DEBUG
|
||||
else if (endianSwap)
|
||||
PRINT(("Instantiated foreign view state ok\n"));
|
||||
// TODO: Whatever this is supposed to mean, fix it.
|
||||
// else if (endianSwap)
|
||||
// PRINT(("Instantiated foreign view state ok\n"));
|
||||
#endif
|
||||
|
||||
return state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user