1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 04:15:35 +00:00
openmw/apps/opencs
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
..
model Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
view Do not use float as loop variable 2022-07-06 13:52:28 +02:00
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
editor.cpp Reduce number of includes for boost/program_options 2022-06-25 18:32:10 +02:00
editor.hpp Reduce number of includes for boost/program_options 2022-06-25 18:32:10 +02:00
main.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00