qt5base-lts/src/3rdparty/harfbuzz
Thiago Macieira 75fba93fc6 Fix more warnings, found by cross-compiling Qt
KeccakF-1600-opt32.c:497:5: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
harfbuzz-thai.c:264:49: error: comparison is always false due to limited range of data type [-Werror=type-limits]

These warnings are caused by "char" defaulting to unsigned on ARM. In
particular, the second warning was introduced by commit
785e95ef0a, which is not upstream...

qbenchmarkvalgrind.cpp:224:5: error: variable ‘_qzz_res’ set but not used [-Werror=unused-but-set-variable]

This one was fixed for x86-64 in 7b54571ec2 but not
for the other platforms.

KeccakF-1600-opt32.c:250:5: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

This one is wasn't caught before because it applies only to big-endian
code.

Change-Id: Ice33b639e55d95140cbf912bb81b6f508ed3744a
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-05-01 08:48:13 +02:00
..
src Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
tests Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
AUTHORS Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
autogen.sh Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
ChangeLog Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
configure.ac Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
COPYING Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Makefile.am Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
NEWS Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00

This is HarfBuzz, an OpenType Layout engine library.

To report bugs or post to discussion mailing list, see:

	http://freedesktop.org/wiki/Software/HarfBuzz

For license information, see the file COPYING.