[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx
From: |
Hin-Tak Leung |
Subject: |
[ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx |
Date: |
Thu, 15 Jan 2015 22:56:00 +0000 |
Hi, am trying to build a more current-ish freetype for mingw and darwinx
after a while (I did that around 2.4.10-2.5.2 somewhat regularly - apparently
I haven't done that for about a year...) - and apology if these are already
fixed
in latest git - I guess putting it down and say it is fixed, is better than
forgetting about them...
/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz/hb-common.h:309:26:
warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic]
_HB_SCRIPT_MAX_VALUE = HB_TAG_MAX, /*< skip >*/
^
In file included from /root/rpmbuild/BUILD/freetype-2.5.4/src/base/ftbase.c:34:
/root/rpmbuild/BUILD/freetype-2.5.4/src/base/fttrigon.c: In function
'ft_trig_downscale':
/root/rpmbuild/BUILD/freetype-2.5.4/src/base/fttrigon.c:74: warning: right
shift count >= width of type
/root/rpmbuild/BUILD/freetype-2.5.4/src/base/fttrigon.c: In function
'FT_Vector_Rotate':
/root/rpmbuild/BUILD/freetype-2.5.4/src/base/fttrigon.c:409: warning: right
shift count >= width of type
/root/rpmbuild/BUILD/freetype-2.5.4/src/base/fttrigon.c:410: warning: right
shift count >= width of type
The first one about harfbuzz header is probably new? (I know that
belongs to harfbuzz - that's from 0.9.37, btw, but I believe the harfbuzz
people are on this list also).
The latter looks familiar, but I have forgotten what's the verdict...
- [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx,
Hin-Tak Leung <=