1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/apps/opencs/view/render
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
..
actor.cpp
actor.hpp
brushdraw.cpp
brushdraw.hpp
cameracontroller.cpp
cameracontroller.hpp
cell.cpp
cell.hpp
cellarrow.cpp
cellarrow.hpp
cellborder.cpp
cellborder.hpp
cellmarker.cpp
cellmarker.hpp
cellwater.cpp
cellwater.hpp
commands.cpp
commands.hpp
editmode.cpp
editmode.hpp
instancedragmodes.hpp
instancemode.cpp
instancemode.hpp
instancemovemode.cpp
instancemovemode.hpp
instanceselectionmode.cpp Do not use float as loop variable 2022-07-06 13:52:28 +02:00
instanceselectionmode.hpp
lighting.cpp
lighting.hpp
lightingbright.cpp
lightingbright.hpp
lightingday.cpp
lightingday.hpp
lightingnight.cpp
lightingnight.hpp
mask.hpp
object.cpp
object.hpp
orbitcameramode.cpp
orbitcameramode.hpp
pagedworldspacewidget.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
pagedworldspacewidget.hpp
pathgrid.cpp
pathgrid.hpp
pathgridmode.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
pathgridmode.hpp
pathgridselectionmode.cpp
pathgridselectionmode.hpp
previewwidget.cpp
previewwidget.hpp
scenewidget.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
scenewidget.hpp
selectionmode.cpp
selectionmode.hpp
tagbase.cpp
tagbase.hpp
terrainselection.cpp
terrainselection.hpp
terrainshapemode.cpp
terrainshapemode.hpp
terrainstorage.cpp
terrainstorage.hpp
terraintexturemode.cpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
terraintexturemode.hpp
unpagedworldspacewidget.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
unpagedworldspacewidget.hpp
worldspacewidget.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
worldspacewidget.hpp