Remove cmake warning configuration (August)

This commit is contained in:
LINxiansheng
2021-08-30 15:49:44 +08:00
committed by wangzelin.wzl
parent 0d7efce19a
commit a6a56e21f4
143 changed files with 636 additions and 621 deletions

View File

@ -30,7 +30,7 @@ public:
private:
virtual int compare_single_row(const common::ObNewRow& left_row, const common::ObNewRow& right_row,
common::ObExprCtx& expr_ctx, common::ObObj& result) const;
common::ObExprCtx& expr_ctx, common::ObObj& result) const override;
private:
DISALLOW_COPY_AND_ASSIGN(ObExprSubQueryLessEqual);