Silence GCC

This commit is contained in:
Přemysl Eric Janouch 2014-08-17 15:45:24 +02:00
parent fb74a46393
commit 8632e5fe83
1 changed files with 2 additions and 1 deletions

View File

@ -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