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

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

Fix PVS-Studio warning: the loop iterates only once

I don't know why it happened so, but it seems it is just a result
of the fork of KDE's code

M  +2    -0    libs/widgetutils/config/khelpclient.cpp

https://commits.kde.org/krita/2102af05a2c1b05b6ca9e67f9209c7e21502c600

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

Fix PVS-Studio warning: recover lost 'else' tag in if-else :)

M  +2    -2    libs/flake/svg/SvgStyleWriter.cpp

https://commits.kde.org/krita/7ca71b6ec258d05e9a39aa0178d1a503d340164d

--- 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