[Indic] Minor
diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index abe74b2..3f1faec 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -473,7 +473,7 @@
/* Reorder characters */
for (unsigned int i = start; i < base; i++)
- info[i].indic_position() = MIN (POS_PRE_C, info[i].indic_position());
+ info[i].indic_position() = MIN ((unsigned int) POS_PRE_C, info[i].indic_position());
if (base < end)
info[base].indic_position() = POS_BASE_C;