From: Stefan Monnier Date: Thu, 17 Apr 2003 21:55:18 +0000 (+0000) Subject: (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. X-Git-Tag: ttn-vms-21-2-B4~10480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=304f9d2a3de9355ff4bfa6e22b03de76404b2916;p=emacs.git (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. --- 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 */