1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

core: fix compilation warning

This commit is contained in:
Sebastien Helleu
2012-12-09 00:47:07 +01:00
parent 641de51bdb
commit 9db5682186
+1
View File
@@ -235,6 +235,7 @@ gui_history_hdata_history_update_cb (void *data,
/* make C compiler happy */
(void) data;
(void) hdata;
rc = 0;