aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h
index 9e2387424c6..97b9801464e 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -437,7 +437,7 @@ extern int width_by_char_head[256];
437#else /* not BYTE_COMBINING_DEBUG */ 437#else /* not BYTE_COMBINING_DEBUG */
438 438
439#define PARSE_MULTIBYTE_SEQ(str, length, bytes) \ 439#define PARSE_MULTIBYTE_SEQ(str, length, bytes) \
440 (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]) 440 ((void)(length), (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]))
441 441
442#endif /* not BYTE_COMBINING_DEBUG */ 442#endif /* not BYTE_COMBINING_DEBUG */
443 443