Skip to content

Commit

Permalink
Merge pull request #1609 from raulcostajunior/fix_cclient_gcc_11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 15, 2022
2 parents 62ad292 + b026a62 commit decdddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/src/share/cclient/io/Packet.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2000, 2017 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2022 Contributors to the Eclipse Foundation.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -1260,7 +1261,6 @@ Packet::setMessageBody(PRUint8 * const msgBodyArg,
{
CHECK_OBJECT_VALIDITY();

ASSERT( msgBodyArg >= 0 );
ASSERT( (msgBodyArg == NULL) == (msgBodySizeArg == 0) );
resetMsgBody();

Expand Down

0 comments on commit decdddf

Please sign in to comment.