Fixes a sign comparison warning during compilation:
leveldb/util/logging.cc:58:40: warning: comparison of integers of different signs: 'const int' and 'unsigned long long' [-Wsign-compare] (v == kMaxUint64/10 && delta > kMaxUint64%10)) {
Fixes a sign comparison warning during compilation:
leveldb/util/logging.cc:58:40: warning: comparison of integers of different signs: 'const int' and 'unsigned long long' [-Wsign-compare] (v == kMaxUint64/10 && delta > kMaxUint64%10)) {
@j-asefa thanks for contributing.
I'm sorry but your change should be submitted upstream. Please see:
You can close this.