Fix compiler warning.
This commit is contained in:
@@ -72,8 +72,6 @@ xmpp_stanza_t *xmpp_stanza_new(xmpp_ctx_t *ctx)
|
|||||||
*/
|
*/
|
||||||
xmpp_stanza_t *xmpp_stanza_clone(xmpp_stanza_t * const stanza)
|
xmpp_stanza_t *xmpp_stanza_clone(xmpp_stanza_t * const stanza)
|
||||||
{
|
{
|
||||||
xmpp_stanza_t *child;
|
|
||||||
|
|
||||||
stanza->ref++;
|
stanza->ref++;
|
||||||
|
|
||||||
return stanza;
|
return stanza;
|
||||||
|
|||||||
Reference in New Issue
Block a user