~singpolyma/biboumi

f6d9b7d7a1d670b3b3d2bd1ca831de8578de6206 — Florent Le Coz 7 years ago 2928598
Fix two small warnings
2 files changed, 3 insertions(+), 7 deletions(-)

M src/xmpp/biboumi_adhoc_commands.cpp
M src/xmpp/biboumi_component.hpp
M src/xmpp/biboumi_adhoc_commands.cpp => src/xmpp/biboumi_adhoc_commands.cpp +2 -6
@@ 112,10 112,8 @@ void DisconnectUserStep2(XmppComponent* xmpp_component, AdhocSession& session, X
}

#ifdef USE_DATABASE
void ConfigureIrcServerStep1(XmppComponent* xmpp_component, AdhocSession& session, XmlNode& command_node)
void ConfigureIrcServerStep1(XmppComponent*, AdhocSession& session, XmlNode& command_node)
{
  auto biboumi_component = static_cast<BiboumiComponent*>(xmpp_component);

  const Jid owner(session.get_owner_jid());
  const Jid target(session.get_target_jid());
  auto options = Database::get_irc_server_options(owner.local + "@" + owner.domain,


@@ 194,10 192,8 @@ void ConfigureIrcServerStep1(XmppComponent* xmpp_component, AdhocSession& sessio
  command_node.add_child(std::move(x));
}

void ConfigureIrcServerStep2(XmppComponent* xmpp_component, AdhocSession& session, XmlNode& command_node)
void ConfigureIrcServerStep2(XmppComponent*, AdhocSession& session, XmlNode& command_node)
{
  auto biboumi_component = static_cast<BiboumiComponent*>(xmpp_component);

  const XmlNode* x = command_node.get_child("x", "jabber:x:data");
  if (x)
    {

M src/xmpp/biboumi_component.hpp => src/xmpp/biboumi_component.hpp +1 -1
@@ 9,7 9,7 @@
#include <string>
#include <map>

class ListElement;
struct ListElement;

/**
 * A callback called when the waited iq result is received (it is matched