fix compile warnings

This commit is contained in:
gm
2021-06-16 14:53:52 +08:00
committed by MizuhaHimuraki
parent ad8465b5ce
commit 8c4a2f26a6
79 changed files with 2878 additions and 2575 deletions

View File

@ -395,10 +395,7 @@ struct ObExprOperatorFetcher : public ObSqlExpression {
return ret;
}
void reset()
{
op_ = NULL;
}
void reset() override { op_ = NULL; }
const ObExprOperator* op_;
};