mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-27 02:44:18 +00:00
fix a warning in db_test when running make release
This commit is contained in:
parent
e8ab1934d9
commit
bc9b488e92
|
@ -2596,6 +2596,7 @@ class ChangeFilter : public CompactionFilter {
|
|||
const Slice& value, std::string* new_value,
|
||||
bool* value_changed) const override {
|
||||
assert(argv_ == 100);
|
||||
argv_ = argv_ + 0;
|
||||
assert(new_value != nullptr);
|
||||
*new_value = NEW_VALUE;
|
||||
*value_changed = true;
|
||||
|
|
Loading…
Reference in a new issue