Fix compilation error while compiling unit tests with OPT=-g
Summary: Fix compilation error while compiling with OPT=-g Test Plan: make clean check OPT=-g Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
parent
4b622ab0f2
commit
74054fa993
@ -1212,7 +1212,7 @@ static bool keep_filter(void* arg, int level, const Slice& key,
|
||||
}
|
||||
static bool delete_filter(void*argv, int level, const Slice& key,
|
||||
const Slice& value, Slice** new_value) {
|
||||
assert(arg == NULL);
|
||||
assert(argv == NULL);
|
||||
cfilter_count++;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user