freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] new FreeType release within a week


From: Markus Trippelsdorf
Subject: Re: [ft-devel] new FreeType release within a week
Date: Fri, 2 Sep 2016 08:43:19 +0200

On 2016.09.02 at 08:25 +0200, Werner LEMBERG wrote:
> 
> Folks,
> 
> 
> I want to make a 2.7 FreeType release within a week, so please test
> the current git version whether there are any serious issues!

Not a serious issue, but nevertheless I still get:

In file included from /usr/include/harfbuzz/hb-blob.h:34:0,
                 from /usr/include/harfbuzz/hb.h:35,
                 from /home/markus/freetype2/src/autofit/afshaper.h:29,
                 from /home/markus/freetype2/src/autofit/afglobal.h:26,
                 from /home/markus/freetype2/src/autofit/afpic.c:23,
                 from /home/markus/freetype2/src/autofit/autofit.c:21:
/usr/include/harfbuzz/hb-common.h:93:29: warning: ISO C restricts enumerator 
values to range of ‘int’ [-Wpedantic]
 #define HB_TAG(c1,c2,c3,c4) 
((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
                             ^
/usr/include/harfbuzz/hb-common.h:97:20: note: in expansion of macro ‘HB_TAG’
 #define HB_TAG_MAX HB_TAG(0xff,0xff,0xff,0xff)
                    ^~~~~~
/usr/include/harfbuzz/hb-common.h:334:29: note: in expansion of macro 
‘HB_TAG_MAX’
   _HB_SCRIPT_MAX_VALUE    = HB_TAG_MAX, /*< skip >*/
                             ^~~~~~~~~~

-- 
Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]