Skip to content
Snippets Groups Projects
Commit 9d11bb0f authored by hofmockel's avatar hofmockel
Browse files

Get rid of some warnings

parent 98301a8c
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ namespace py_rocks {
return this->name.c_str();
}
virtual void FindShortestSeparator(string* start, const Slice& limit) const {}
virtual void FindShortSuccessor(string* key) const {}
virtual void FindShortestSeparator(string*, const Slice&) const {}
virtual void FindShortSuccessor(string*) const {}
void set_info_log(std::shared_ptr<Logger> info_log) {
this->info_log = info_log;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment