qt6-bb10/src/testlib/3rdparty
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
..
callgrind_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
cycle_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
linux_perf_event_p.h Import the Linux header linux/perf_event.h 2013-03-06 21:50:28 +01:00
valgrind_p.h Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00