src/hb-aat-layout-morx-table.hh |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 89dd4b959773d35981299551074ccc7a1eb332bd
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Sun Sep 16 18:11:46 2018 +0200

    Fix bots
    
    "Unused private member" warning turned error.  ugh.

diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh
index 3bad5517..23c9ef2d 100644
--- a/src/hb-aat-layout-morx-table.hh
+++ b/src/hb-aat-layout-morx-table.hh
@@ -608,6 +608,8 @@ struct InsertionSubtable
       hb_buffer_t *buffer = driver->buffer;
       unsigned int flags = entry->flags;
 
+      if (0)
+       c->sanitizer.check_range (nullptr, 0);
 #if 0
       if (flags & SetComponent)
       {
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to