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

@ -25,12 +25,12 @@ public:
explicit ObExprRegexp(common::ObIAllocator& alloc);
virtual ~ObExprRegexp();
virtual int assign(const ObExprOperator& other);
virtual int assign(const ObExprOperator& other) override;
virtual int calc_result_type2(
ObExprResType& type, ObExprResType& type1, ObExprResType& type2, common::ObExprTypeCtx& type_ctx) const;
virtual int calc_result2(
common::ObObj& result, const common::ObObj& obj, const common::ObObj& pattern, common::ObExprCtx& expr_ctx) const;
ObExprResType& type, ObExprResType& type1, ObExprResType& type2, common::ObExprTypeCtx& type_ctx) const override;
virtual int calc_result2(common::ObObj& result, const common::ObObj& obj, const common::ObObj& pattern,
common::ObExprCtx& expr_ctx) const override;
virtual inline void reset()
{
regexp_idx_ = common::OB_COMPACT_INVALID_INDEX;