Get rid of the following compiler warning:
leveldb/util/logging.cc:58:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (v == kMaxUint64/10 && delta > kMaxUint64%10)) {
Get rid of the following compiler warning:
leveldb/util/logging.cc:58:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (v == kMaxUint64/10 && delta > kMaxUint64%10)) {
Please send leveldb changes upstream. https://github.com/bitcoin-core/leveldb
OK thanks, good to know. New to this!