Mark variable unused

Hopefully fixes build with newer ragel.

https://github.com/adrian-thurston/ragel/issues/56

Fixes https://github.com/harfbuzz/harfbuzz/issues/2752
This commit is contained in:
Khaled Hosny 2020-11-21 16:06:27 +02:00 committed by Behdad Esfahbod
parent f83496a910
commit f579c66108
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ find_syllables_use (hb_buffer_t *buffer)
auto eof = +pe;
auto ts = +p;
auto te = +p;
unsigned int act;
unsigned int act HB_UNUSED;
int cs;
#line 355 "hb-ot-shape-complex-use-machine.hh"

View File

@ -190,7 +190,7 @@ find_syllables_use (hb_buffer_t *buffer)
auto eof = +pe;
auto ts = +p;
auto te = +p;
unsigned int act;
unsigned int act HB_UNUSED;
int cs;
%%{
write init;