1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00
OpenMW/apps/opencs/view
elsid 7501597813
Do not use float as loop variable
apps/opencs/view/render/instanceselectionmode.cpp:294:9: warning: Variable 'i' with floating point type 'float' should not be used as a loop counter [clang-analyzer-security.FloatLoopCounter]
        for (float i = 0.0; i <= resolution; i += 2)
        ^                   ~                ~
2022-07-06 13:52:28 +02:00
..
doc Clean up Qt includes 2022-06-17 11:56:54 +02:00
filter Clean up Qt includes 2022-06-17 11:56:54 +02:00
prefs Clean up Qt includes 2022-06-17 11:56:54 +02:00
render Do not use float as loop variable 2022-07-06 13:52:28 +02:00
tools Clean up Qt includes 2022-06-17 11:56:54 +02:00
widget Clean up Qt includes 2022-06-17 11:56:54 +02:00
world Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00