fix warnings about possible use of uninitialized values

This commit is contained in:
Davis King 2021-05-01 17:04:36 -04:00
parent 1de47514bd
commit cd17f324eb

View File

@ -163,7 +163,7 @@ namespace dlib
private: private:
size_t _size = 0; size_t _size = 0;
size_t _num_elements = 0; size_t _num_elements = 0;
container_type _dims; container_type _dims{};
}; };
inline dlib::uint32 hash( inline dlib::uint32 hash(