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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user