mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 01:40:53 -08:00
(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
This commit is contained in:
parent
d895183d11
commit
304f9d2a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue