summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/widgets/tutorials/addressbook/part6
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2024-06-10 15:21:45 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2024-06-10 21:57:27 +0200
commit37ba5e94d681c8d65b0e44a14b0e1595d072800e (patch)
treea60cd3263adebd241d23793feeb97383a77f8b64 /tests/manual/examples/widgets/tutorials/addressbook/part6
parent69a661e88e6a7799799033030497086a9194caab (diff)
Fix build error from signed/unsigned mismatchHEADdev
When building for 32bit Android: qcolorclut_p.h:45:31: error: comparison of integers of different signs: 'qsizetype' (aka 'int') and 'unsigned int' [-Werror,-Wsign-compare] Q_ASSERT(table.size() == gridPointsX * gridPointsY * gridPointsZ * gridPointsW); ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fix by casting the result of the multiplication explicitly to qsizetype. Pick-to: 6.8 Change-Id: Ica9a2f9738959adfa841270ffdd4893bd7d1d4e8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/manual/examples/widgets/tutorials/addressbook/part6')
0 files changed, 0 insertions, 0 deletions