qt6-bb10/tests/auto/gui/text/qglyphrun
Axel Spoerl baa1228b43 Fix type mismatch compiler warning in tst_QGlyphRun
When comparing a glyphIndex with a hard coded number, the number is
cast to an int, whereas the glyphIndex is an unsigned int.
That causes a compiler warning.

This patch forces the numbers to be cast to an unsigned int.

Change-Id: I8a31124c6afacfc4ecfb13caf2cb8133dad44a21
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2022-11-10 17:16:59 +01:00
..
BLACKLIST BLACKLIST: tst_QGlyphRun::mixedScripts for Ubuntu 22.04 2022-06-20 20:06:20 +03:00
CMakeLists.txt Introduce QGlyphRun::stringIndexes() 2022-09-29 18:06:40 +02:00
Ligatures.otf Introduce QGlyphRun::stringIndexes() 2022-09-29 18:06:40 +02:00
tst_qglyphrun.cpp Fix type mismatch compiler warning in tst_QGlyphRun 2022-11-10 17:16:59 +01:00