From 1dcbd3eb4da9002c9ed73b6a9f2423bdc3b8ffea Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 11 Feb 2018 17:09:43 -0300 Subject: irc.h: Add G_GNUC_PRINTF annotations to printf-like functions The change in root_commands.c is due to -Wformat-zero-length, which is bs but whatever. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 --- root_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root_commands.c') diff --git a/root_commands.c b/root_commands.c index 957c9518..1278126f 100644 --- a/root_commands.c +++ b/root_commands.c @@ -1235,7 +1235,7 @@ static void cmd_plugins(irc_t *irc, char **cmd) } #endif - irc_rootmsg(irc, ""); + irc_rootmsg(irc, " "); gstr = g_string_new(NULL); prpls = get_protocols(); -- cgit v1.2.3