1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/core
Rémi Verschelde 9a75975042 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)
2018-04-18 22:20:39 +02:00
..
2018-01-18 22:13:00 +01:00
2018-02-21 19:46:06 +01:00
2018-02-24 13:59:02 +13:00
2018-02-21 19:46:06 +01:00
2018-02-21 19:46:06 +01:00
2018-02-21 19:46:06 +01:00
2018-02-21 19:46:06 +01:00
2018-04-16 14:54:49 -03:00