Skip to content

Commit

Permalink
Merge cec09e4 into 48f0204
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Apr 24, 2018
2 parents 48f0204 + cec09e4 commit 6ed49ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/hb-ot-shape-complex-indic-machine.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ static const int indic_syllable_machine_en_main = 166;
static void
find_syllables (hb_buffer_t *buffer)
{
unsigned int p, pe, eof, ts, te, act;
unsigned int p, pe, eof, ts HB_UNUSED, te, act;
int cs;
hb_glyph_info_t *info = buffer->info;

Expand Down
2 changes: 1 addition & 1 deletion src/hb-ot-shape-complex-indic-machine.rl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ main := |*
static void
find_syllables (hb_buffer_t *buffer)
{
unsigned int p, pe, eof, ts, te, act;
unsigned int p, pe, eof, ts HB_UNUSED, te, act;
int cs;
hb_glyph_info_t *info = buffer->info;
%%{
Expand Down
2 changes: 1 addition & 1 deletion src/hb-ot-shape-complex-khmer-machine.hh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static const int khmer_syllable_machine_en_main = 10;
static void
find_syllables (hb_buffer_t *buffer)
{
unsigned int p, pe, eof, ts, te, act;
unsigned int p, pe, eof, ts HB_UNUSED, te, act HB_UNUSED;
int cs;
hb_glyph_info_t *info = buffer->info;

Expand Down
2 changes: 1 addition & 1 deletion src/hb-ot-shape-complex-khmer-machine.rl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ main := |*
static void
find_syllables (hb_buffer_t *buffer)
{
unsigned int p, pe, eof, ts, te, act;
unsigned int p, pe, eof, ts HB_UNUSED, te, act HB_UNUSED;
int cs;
hb_glyph_info_t *info = buffer->info;
%%{
Expand Down

0 comments on commit 6ed49ea

Please sign in to comment.