Clean up warnings (#6325)

This commit is contained in:
Igor Moura
2020-10-30 12:50:29 -03:00
committed by GitHub
parent f0fe18fc28
commit 5e1e972aea
16 changed files with 53 additions and 61 deletions

View File

@@ -47,7 +47,7 @@ decltype(PredictionContainer::container_) const& PredictionContainer::Container(
}
void Predictor::Configure(
const std::vector<std::pair<std::string, std::string>>& cfg) {
const std::vector<std::pair<std::string, std::string>>&) {
}
Predictor* Predictor::Create(
std::string const& name, GenericParameter const* generic_param) {