Unverified Commit f46f8b2a authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

fix warning

parent 46d21476
...@@ -43,7 +43,7 @@ class ObjectiveFunction { ...@@ -43,7 +43,7 @@ class ObjectiveFunction {
virtual bool IsRenewTreeOutput() const { return false; } virtual bool IsRenewTreeOutput() const { return false; }
virtual double RenewTreeOutput(double ori_output, std::function<double(const label_t*, int)> residual_getter, virtual double RenewTreeOutput(double ori_output, std::function<double(const label_t*, int)>,
const data_size_t*, const data_size_t*,
const data_size_t*, const data_size_t*,
data_size_t) const { return ori_output; } data_size_t) const { return ori_output; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment