diff options
author | Jonas Karlsson <[email protected]> | 2025-06-02 12:10:29 +0200 |
---|---|---|
committer | Jonas Karlsson <[email protected]> | 2025-06-02 14:46:23 +0200 |
commit | 3778a608665218c264a0bb5438f3fbb7fea45d80 (patch) | |
tree | 258bc98b8917c3bfb8295b2494d90fcc844f6ffc /src/quick3d/qquick3dfog.cpp | |
parent | 9cda9ae1ee5fa02a4626cf28b9a12b5116a09901 (diff) |
Fixes these two valid warnings:
expression is redundant
in file:src/runtimerender/rendererimpl/qssglightmapper.cpp line:59 col:27
if (value == PIXEL_VOID || value != PIXEL_UNSET)
result of integer division used in a floating point context; possible loss of precision
in file:src/runtimerender/rendererimpl/qssglightmapper.cpp line:1300 col:19
double mean = kernelSize / 2;
Amends: 202b89413a3f7a1caedeae9262c03c7c5e03f6e8
Pick-to: 6.10
Change-Id: I2300696dba5e29acc3d5cc9d274fb2af756ff2f6
Reviewed-by: Christian Strømme <[email protected]>
Reviewed-by: Edward Welbourne <[email protected]>
Diffstat (limited to 'src/quick3d/qquick3dfog.cpp')
0 files changed, 0 insertions, 0 deletions