rocksdb/utilities/document
Dmitri Smirnov d2a65c59e1 Fix unused var warnings in Release mode
Summary:
MSVC does not support unused attribute at this time. A separate assignment line fixes the issue probably by being counted as usage for MSVC and it no longer complains about unused var.
Closes https://github.com/facebook/rocksdb/pull/3048

Differential Revision: D6126272

Pulled By: maysamyabandeh

fbshipit-source-id: 4907865db45fd75a39a15725c0695aaa17509c1f
2017-10-23 14:27:04 -07:00
..
document_db_test.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
document_db.cc Enable MSVC W4 with a few exceptions. Fix warnings and bugs 2017-10-19 10:57:12 -07:00
json_document_builder.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
json_document_test.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
json_document.cc Fix unused var warnings in Release mode 2017-10-23 14:27:04 -07:00