Try to fix Wrange-loop-analysis
diff --git a/src/hb-ot-color-colr-table.hh b/src/hb-ot-color-colr-table.hh
index 6643b42..45291aa 100644
--- a/src/hb-ot-color-colr-table.hh
+++ b/src/hb-ot-color-colr-table.hh
@@ -186,7 +186,7 @@
     hb_sorted_array_t<BaseGlyphRecord> glyph_records = (this+baseGlyphsZ).as_array (numBaseGlyphs);
 
     unsigned int index = 0;
-    for (const hb_item_type<Iterator>& _ : it.iter ())
+    for (const hb_item_type<Iterator>& _ : + it.iter ())
     {
       const unsigned int new_gid = _.first;
       const BaseGlyphRecord* record = _.second;