Remove cmake warning configuration (August)
This commit is contained in:
committed by
wangzelin.wzl
parent
0d7efce19a
commit
a6a56e21f4
@ -30,7 +30,7 @@ public:
|
||||
virtual ~ObExprInterval()
|
||||
{}
|
||||
|
||||
virtual int assign(const ObExprOperator& other);
|
||||
virtual int assign(const ObExprOperator& other) override;
|
||||
|
||||
OB_INLINE void set_use_binary_search(bool use_binary_search)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user