Get rid of some warnings
This commit is contained in:
parent
98301a8ccb
commit
9d11bb0fb2
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ namespace py_rocks {
|
||||||
return this->name.c_str();
|
return this->name.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void FindShortestSeparator(string* start, const Slice& limit) const {}
|
virtual void FindShortestSeparator(string*, const Slice&) const {}
|
||||||
virtual void FindShortSuccessor(string* key) const {}
|
virtual void FindShortSuccessor(string*) const {}
|
||||||
|
|
||||||
void set_info_log(std::shared_ptr<Logger> info_log) {
|
void set_info_log(std::shared_ptr<Logger> info_log) {
|
||||||
this->info_log = info_log;
|
this->info_log = info_log;
|
||||||
|
|
Loading…
Add table
Reference in a new issue