Remove cmake warning configuration (August)
This commit is contained in:
committed by
wangzelin.wzl
parent
0d7efce19a
commit
a6a56e21f4
@ -41,7 +41,7 @@ public:
|
||||
explicit ObCreateTableResolver(ObResolverParams& params);
|
||||
virtual ~ObCreateTableResolver();
|
||||
|
||||
virtual int resolve(const ParseNode& parse_tree);
|
||||
virtual int resolve(const ParseNode& parse_tree) override;
|
||||
|
||||
private:
|
||||
enum ResolveRule { RESOLVE_ALL = 0, RESOLVE_COL_ONLY, RESOLVE_NON_COL };
|
||||
|
||||
Reference in New Issue
Block a user