Silence GCC
This commit is contained in:
parent
fb74a46393
commit
8632e5fe83
@ -1484,7 +1484,8 @@ on_irc_timeout (void *user_data)
|
|||||||
{
|
{
|
||||||
// Provoke a response from the server
|
// Provoke a response from the server
|
||||||
struct bot_context *ctx = user_data;
|
struct bot_context *ctx = user_data;
|
||||||
irc_send (ctx, "PING :%s", str_map_find (&ctx->config, "nickname"));
|
irc_send (ctx, "PING :%s",
|
||||||
|
(char *) str_map_find (&ctx->config, "nickname"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user