[aots] Fix compile error

Also requires https://github.com/adobe-type-tools/aots/pull/5 to
be merged. Or if that repo is inactive, we can switch to my fork.
This commit is contained in:
Behdad Esfahbod 2025-03-25 15:06:24 -06:00
parent 2b5f244639
commit 851d3e33b5

View file

@ -104,7 +104,7 @@ runTest(const char *testName,
features = (hb_feature_t *) malloc (sizeof (*features) * nbSelect);
for (int i = 0; i < nbSelect; i++) {
if (select[i] != -1) {
if (select[i] != (unsigned) -1) {
features[nbFeatures].tag = HB_TAG('t', 'e', 's', 't');
features[nbFeatures].value = select[i];
features[nbFeatures].start = i;