From: Behdad Esfahbod Date: Tue, 11 May 2010 02:22:54 +0000 (-0400) Subject: Fix warning X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d44fb6f15177dc6518166e435597936b044acc1;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Fix warning --- diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index e724d99..fb07161 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -151,7 +151,7 @@ struct LangSys { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); } inline bool has_required_feature (void) const { return reqFeatureIndex != 0xffff; } - inline int get_required_feature_index (void) const + inline unsigned int get_required_feature_index (void) const { if (reqFeatureIndex == 0xffff) return Index::NOT_FOUND_INDEX;