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:
Ingo Weinhold
2007-05-28 15:23:03 +00:00
parent f415aa28be
commit e200a8e9b9
+6 -4
View File
@@ -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;