Yuchi Chen
78a6e07c83
Fix compilation errors for 32bits/LITE/ios build. (#5220)
Summary:
When I build RocksDB for 32bits/LITE/iOS environment, some errors like the following.
`
table/block_based_table_reader.cc:971:44: error: implicit conversion loses integer precision: 'uint64_t'
(aka 'unsigned long long') to 'size_t' (aka 'unsigned long') [-Werror,-Wshorten-64-to-32]
size_t block_size = props_block_handle.size();
~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~^~~~~~
./util/file_reader_writer.h:177:8: error: private field 'env_' is not used [-Werror,-Wunused-private-field]
Env* env_;
^
`
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5220
Differential Revision: D15023481
Pulled By: siying
fbshipit-source-id: 1b5d121d3016f2b0a8a9a2cc1bd638479357f9f7
2019-04-22 16:02:16 -07:00
..
2017-07-15 16:11:23 -07:00
2017-09-01 10:56:34 -07:00
2018-09-05 18:13:31 -07:00
2017-09-01 11:11:56 -07:00
2018-12-14 14:28:44 -08:00
2017-08-21 17:10:40 -07:00
2019-03-01 10:42:09 -08:00
2017-07-15 16:11:23 -07:00
2019-04-22 16:02:16 -07:00
2017-07-15 16:11:23 -07:00
2017-09-15 17:15:10 -07:00
2018-12-20 12:03:44 -08:00
2019-03-26 16:32:13 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-12-20 12:03:44 -08:00
2018-11-27 10:48:30 -08:00
2019-04-11 14:28:26 -07:00
2019-04-12 11:00:35 -07:00
2018-04-12 17:59:16 -07:00
2018-04-12 17:59:16 -07:00
2018-04-12 17:59:16 -07:00
2017-09-28 14:26:47 -07:00
2017-07-15 16:11:23 -07:00
2018-04-12 17:59:16 -07:00
2017-07-15 16:11:23 -07:00