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:
@@ -228,8 +228,9 @@ BColumn::_Sanitize(BColumn *column)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
else if (endianSwap)
|
// TODO: Whatever this is supposed to mean, fix it.
|
||||||
PRINT(("Instantiated foreign column ok\n"));
|
// else if (endianSwap)
|
||||||
|
// PRINT(("Instantiated foreign column ok\n"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return column;
|
return column;
|
||||||
@@ -417,8 +418,9 @@ BViewState::_Sanitize(BViewState *state, bool fixOnly)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
else if (endianSwap)
|
// TODO: Whatever this is supposed to mean, fix it.
|
||||||
PRINT(("Instantiated foreign view state ok\n"));
|
// else if (endianSwap)
|
||||||
|
// PRINT(("Instantiated foreign view state ok\n"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return state;
|
return state;
|
||||||
|
|||||||
Reference in New Issue
Block a user