diff options
author | Naios <naios-dev@live.de> | 2015-03-18 20:23:47 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2015-03-18 20:23:47 +0100 |
commit | e96676aeddb4763f6353675724fd6a033d60fbcb (patch) | |
tree | 03c6074d1a327a7c3da55fe11a46fd0d2ce8c1c0 /sql | |
parent | f25666375e07f32e427e996b2043fef10870c3ae (diff) |
Core/Misc: Fix some issues detected by static analysis
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
-> This argument is passed by value, it makes no sence so set it to null here.
* Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor.
(cherry picked from commit 433bc289c2c82b7377ad0189e415a3ca070d220f)
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions