]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix comparison between signed and usigned integers
authorIgor Canadi <icanadi@fb.com>
Tue, 19 May 2015 17:59:30 +0000 (10:59 -0700)
committerIgor Canadi <icanadi@fb.com>
Tue, 19 May 2015 17:59:30 +0000 (10:59 -0700)
commit04feaeebb922c3af6fb08762326753d93231e000
tree2e1f2051a0dcacc63ebe7bd78452872e889fa0f5
parent4a855c07994dc609b865aeef60fc32fca3cfeb81
Fix comparison between signed and usigned integers

Summary: Not sure why this fails on some compilers and doesn't on others.

Test Plan: none

Reviewers: meyering, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D38673
db/log_writer.cc