``` ../../src/hb-ot-cff1-table.hh:374:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1))) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ``` Is there reason that `nLeft` etc are signed?