diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-04-18 22:20:39 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-04-18 22:20:39 +0200 |
commit | 9a759750421bc72ed41c1dc67c0fa9b5564b8abc (patch) | |
tree | 6916ad6fb910ba682dedfe91d9fe9b736659598c /scene/resources/world.h | |
parent | 9ce8d8ddda35cda781364e9b648325a2953d3f63 (diff) |
Fix some Coverity warnings in String API
- StringName::StringName(const StringName &p_name)
Non-static class member _data is not initialized in this constructor nor in any functions that it calls.
- StringName::_Data()
Non-static class member idx is not initialized in this constructor nor in any functions that it calls.
- String::num_uint64(...)
This less-than-zero comparison of an unsigned value is never true. n % base < 0UL.
- String::hex_to_int(...) and String::hex_to_int64(...)
Execution cannot reach this statement (deadcode)
Diffstat (limited to 'scene/resources/world.h')
0 files changed, 0 insertions, 0 deletions