[arabic-fallback] Fix warning
This commit is contained in:
parent
55350377b0
commit
4520911429
|
@ -210,6 +210,7 @@ arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert (false);
|
assert (false);
|
||||||
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ARABIC_FALLBACK_MAX_LOOKUPS ARRAY_LENGTH_CONST (arabic_fallback_features)
|
#define ARABIC_FALLBACK_MAX_LOOKUPS ARRAY_LENGTH_CONST (arabic_fallback_features)
|
||||||
|
|
Loading…
Reference in New Issue