Build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a5c94bedb6
commit
ee87d51d97
@ -963,7 +963,7 @@ KMessage::_AllocateSpace(int32 size, bool alignAddress, bool alignSize,
|
||||
if (newSize > fBufferCapacity) {
|
||||
// if we don't own the buffer, we can't resize it
|
||||
if (!(fFlags & KMESSAGE_OWNS_BUFFER)) {
|
||||
#ifdef _KERNEL_MODE && 0
|
||||
#if defined(_KERNEL_MODE) && 0
|
||||
// optional debugging to find insufficiently sized KMessage
|
||||
// buffers (e.g. for in-kernel notifications)
|
||||
panic("KMessage: out of space: available: %" B_PRId32
|
||||
|
Loading…
Reference in New Issue
Block a user