• F
    Change size_t cast in table_test · 77dc069e
    Fosco Marotto 提交于
    Summary:
    Fixes this build error on master (macOS):
    
    ```
    table/table_test.cc:972:27: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to
          'unsigned int' [-Werror,-Wshorten-64-to-32]
    ```
    Closes https://github.com/facebook/rocksdb/pull/3434
    
    Reviewed By: maysamyabandeh
    
    Differential Revision: D6840354
    
    Pulled By: gfosco
    
    fbshipit-source-id: fffac6aefbbdd134ce1299453c5590aa855a5fc8
    77dc069e
table_test.cc 112.3 KB