diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-12-05 18:46:04 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-12-05 19:14:28 -0500 |
commit | 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9 (patch) | |
tree | fa95aadd9ba17f4c59e8c1e9e911b7fbf02182de /src/hb-ot-shape-complex-indic-machine.rl | |
parent | c6408a1009d2370fbdcfa694898819d99d53c3df (diff) |
Fix warnings
Diffstat (limited to 'src/hb-ot-shape-complex-indic-machine.rl')
-rw-r--r-- | src/hb-ot-shape-complex-indic-machine.rl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-shape-complex-indic-machine.rl b/src/hb-ot-shape-complex-indic-machine.rl index a536da55..5c73ebf7 100644 --- a/src/hb-ot-shape-complex-indic-machine.rl +++ b/src/hb-ot-shape-complex-indic-machine.rl @@ -103,7 +103,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; %%{ |