v1.17
版本发布时间: 2014-09-16 00:57:33
google/leveldb最新发布版本:1.23(2021-02-24 05:51:12)
-
Cleanup: delete unused IntSetToString
It was added in http://cr/19491949 (and was referenced at the time). The last reference was removed in http://cr/19507363.
This fixes warning/error with pre-release crosstoolv18:
'std::string leveldb::{anonymous}::IntSetToString(const std::set<long unsigned int>&)' defined but not used [-Werror=unused-function]
-
Added arm64 and and armv7s to IOS build as suggested on leveldb mailing list.
-
Changed local variable type from int to size_t
This eliminates compiler warning/error and resolves issue #146