diff options
Diffstat (limited to 'src/static_libs')
-rw-r--r-- | src/static_libs/libunibreak/wordbreak.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static_libs/libunibreak/wordbreak.c b/src/static_libs/libunibreak/wordbreak.c index e67a1f8507..5c1e3d0e79 100644 --- a/src/static_libs/libunibreak/wordbreak.c +++ b/src/static_libs/libunibreak/wordbreak.c @@ -128,6 +128,7 @@ static void set_brks_to( while (posNext < posEnd) { utf32_t ch; + (void)ch; ch = get_next_char(s, len, &posNext); assert(ch != EOS); for (; posStart < posNext - 1; ++posStart) |