rocksdb/java/rocksjni
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32
Summary: So iOS size_t is 32-bit, so we need to static_cast<size_t> any uint64_t :(

Test Plan: TARGET_OS=IOS make static_lib

Reviewers: dhruba, ljin, yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D28743
2014-11-13 14:39:30 -05:00
..
backupablejni.cc
columnfamilyhandle.cc
comparator.cc
comparatorjnicallback.cc
comparatorjnicallback.h
env.cc
filter.cc
iterator.cc Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00
memtablejni.cc
merge_operator.cc
options.cc [RocksJava] ColumnFamily custom Options API extension 2014-11-12 19:28:24 +01:00
portal.h [RocksJava] ColumnFamily custom Options API extension 2014-11-12 19:28:24 +01:00
ratelimiterjni.cc
restorejni.cc Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00
rocksjni.cc [RocksJava] ColumnFamily custom Options API extension 2014-11-12 19:28:24 +01:00
slice.cc Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00
statistics.cc
table.cc
write_batch.cc Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00
writebatchhandlerjnicallback.cc Fix iOS compile with -Wshorten-64-to-32 2014-11-13 14:39:30 -05:00
writebatchhandlerjnicallback.h