summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 1485d2f21..4fe9395c5 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -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);