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

@@ -49,7 +49,7 @@ class GBLinearModel : public Model {
public:
explicit GBLinearModel(LearnerModelParam const* learner_model_param) :
learner_model_param {learner_model_param} {}
void Configure(Args const &cfg) { }
void Configure(Args const &) { }
// weight for each of feature, bias is the last one
std::vector<bst_float> weight;