diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h index 2a4c35cf5..cfb107d01 100644 --- a/src/autofit/afhints.h +++ b/src/autofit/afhints.h @@ -219,7 +219,7 @@ FT_BEGIN_HEADER #define AF_FLAG_TOUCH_Y ( 1U << 3 ) /* candidates for weak interpolation have this flag set */ -#define AF_FLAG_WEAK_INTERPOLATION ( 1 << 4 ) +#define AF_FLAG_WEAK_INTERPOLATION ( 1U << 4 ) /* edge hint flags */