Get rid of some warnings

This commit is contained in:
hofmockel 2014-04-01 21:32:18 +02:00
parent 98301a8ccb
commit 9d11bb0fb2

View file

@ -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;