1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Removed compilation warning when iconv is not found

This commit is contained in:
Sebastien Helleu
2007-08-31 13:26:51 +00:00
parent edb21c362a
commit 88a6c491a2
+1
View File
@@ -292,6 +292,7 @@ weechat_iconv (int from_utf8, char *from_code, char *to_code, char *string)
outbuf = strdup (string);
#else
/* make C compiler happy */
(void) from_utf8;
(void) from_code;
(void) to_code;
outbuf = strdup (string);