cppcheck fixes 59/47759/3
authorPawel Kubik <p.kubik@samsung.com>
Mon, 7 Sep 2015 09:17:45 +0000 (11:17 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 10 Sep 2015 13:01:05 +0000 (06:01 -0700)
commit9c895ec3e042205df243e175a06967a975d8f645
tree54a3563d207880e184cdc6107a85ce532129c9b8
parent4a9c93f3baaa2cb80c4205527dd9079ead7a67a0
cppcheck fixes

[Feature]       Small code fixes based on cppcheck
[Cause]         Minimizing possible runtime errors
[Solution]      Fix the code using cppcheck suggestions, suppress
                false-positives
[Verification]  Compile, run cppcheck

Change-Id: I94fab8e50879f78f3ccb503fd18606e9cbfabfb5
29 files changed:
cli/cli-exception.hpp
client/exception.hpp
client/vasum-client-impl.cpp
common/api/ipc-method-result-builder.hpp
common/base-exception.hpp
common/lxc/exception.hpp
common/utils/exception.hpp
libs/dbus/exception.hpp
libs/ipc/exception.hpp
libs/ipc/internals/finish-request.hpp
libs/ipc/internals/method-request.hpp
libs/ipc/internals/processor.cpp
libs/ipc/internals/processor.hpp
libs/ipc/internals/remove-peer-request.hpp
libs/ipc/internals/result-builder.hpp
libs/ipc/internals/send-result-request.hpp
libs/ipc/internals/signal-request.hpp
libs/ipc/method-result.cpp
libs/ipc/method-result.hpp
libs/ipc/service.hpp
libs/lxcpp/exception.hpp
server/exception.hpp
server/zones-manager.cpp
tests/cppcheck/cppcheck.sh
tests/cppcheck/cppcheck.suppress
tests/unit_tests/ipc/ut-ipc.cpp
tests/unit_tests/server/ut-zones-manager.cpp
tests/unit_tests/utils/ut-worker.cpp
zone-daemon/exception.hpp