Fixed a few warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4381 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -199,6 +199,7 @@ BMessage& BMessage::operator=(const BMessage& msg)
|
||||
fHasSpecifiers = msg.fHasSpecifiers;
|
||||
|
||||
*fBody = *(msg.fBody);
|
||||
return *this;
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
void BMessage::init_data()
|
||||
@@ -1925,7 +1926,7 @@ static status_t handle_reply(port_id reply_port,
|
||||
return err;
|
||||
}
|
||||
|
||||
if (*pCode = 'PUSH')
|
||||
if (*pCode == 'PUSH')
|
||||
{
|
||||
return B_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user