https://bugs.kde.org/show_bug.cgi?id=393431

--- Comment #18 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit f912a10eda97ef6a6564db4db1991a3efbf879f4 by Dmitry Kazakov.
Committed on 26/04/2018 at 17:32.
Pushed by dkazakov into branch 'master'.

Fix PVS-Studio warning: loop is actually infinite

Well, it seems like the loop should be infinite by design,
though I'm not very sure :)

Since this code is abandoned and not used in Krita atm,
I just added a todo.

M  +4    -3    libs/flake/KoConnectionShape.cpp

https://commits.kde.org/krita/f912a10eda97ef6a6564db4db1991a3efbf879f4

--- Comment #19 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 368bd56bfd9341627197180ad277758d2d4ba257 by Dmitry Kazakov.
Committed on 26/04/2018 at 17:32.
Pushed by dkazakov into branch 'master'.

Fix PVS-Studio warning: uninitialized variables in KisMinHeap

Calling c-tors from other c-tors appeared in C++ much later than
this code has been written :)

M  +11   -9    libs/ui/kis_min_heap.h

https://commits.kde.org/krita/368bd56bfd9341627197180ad277758d2d4ba257

--- Comment #20 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 45cd5e436c54b1558856509f0c626d652fef9756 by Dmitry Kazakov.
Committed on 26/04/2018 at 17:30.
Pushed by dkazakov into branch 'master'.

Fix PVS-Studio warning: brush spacing should be saved as double, not bool

M  +1    -1    plugins/impex/brush/kis_brush_export.cpp

https://commits.kde.org/krita/45cd5e436c54b1558856509f0c626d652fef9756

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to