From 798a0c8a58852d1eb177db9054ead9e897672175 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 19 Jul 2022 14:40:47 -0600 Subject: [PATCH] Fix build --- src/hb-ot-layout-gdef-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-gdef-table.hh b/src/hb-ot-layout-gdef-table.hh index 22e1772a3..959b96057 100644 --- a/src/hb-ot-layout-gdef-table.hh +++ b/src/hb-ot-layout-gdef-table.hh @@ -767,8 +767,8 @@ struct GDEF switch (u.version.major) { case 1: return u.version.to_int () >= 0x00010003u ? this+u.version1.varStore : Null(VariationStore); #ifndef HB_NO_BORING_EXPANSION -#endif case 2: return this+u.version2.varStore; +#endif default: return Null(VariationStore); } }