1
Fork 0
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:
Stefan Monnier 2003-04-17 21:55:18 +00:00
parent d895183d11
commit 304f9d2a3d

View file

@ -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 */