From 304f9d2a3de9355ff4bfa6e22b03de76404b2916 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 17 Apr 2003 21:55:18 +0000 Subject: [PATCH] (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. --- src/charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; #else /* not BYTE_COMBINING_DEBUG */ #define PARSE_MULTIBYTE_SEQ(str, length, bytes) \ - (bytes) = BYTES_BY_CHAR_HEAD ((str)[0]) + ((void)(length), (bytes) = BYTES_BY_CHAR_HEAD ((str)[0])) #endif /* not BYTE_COMBINING_DEBUG */ -- 2.39.2