summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/ibase/qsql_ibase.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2024-06-10 15:21:45 +0200
committerVolker Hilsheimer <[email protected]>2024-06-10 21:57:27 +0200
commit37ba5e94d681c8d65b0e44a14b0e1595d072800e (patch)
treea60cd3263adebd241d23793feeb97383a77f8b64 /src/plugins/sqldrivers/ibase/qsql_ibase.cpp
parent69a661e88e6a7799799033030497086a9194caab (diff)
Fix build error from signed/unsigned mismatch
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 <[email protected]>
Diffstat (limited to 'src/plugins/sqldrivers/ibase/qsql_ibase.cpp')
0 files changed, 0 insertions, 0 deletions