diff options
author | dequis <dx@dxzone.com.ar> | 2018-02-11 17:09:43 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-02-11 17:09:43 -0300 |
commit | 1dcbd3eb4da9002c9ed73b6a9f2423bdc3b8ffea (patch) | |
tree | 073db620fbdeecee9c62d41add548b44b60d8df3 /root_commands.c | |
parent | d16809189df2afac2162945666912ec198b2daa2 (diff) |
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
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |