add -Wshorten-64-to-32 for share

This commit is contained in:
xuhuleon
2023-02-07 00:40:01 +08:00
committed by ob-robot
parent 822aaaf7f2
commit c157309bc6
168 changed files with 502 additions and 636 deletions

View File

@ -76,7 +76,6 @@ public:
int set_item_count(int64_t count);
inline void set_need_construct_binding_array(bool need_construct) { need_construct_binding_array_ = need_construct; }
inline bool need_construct_binding_array() const { return need_construct_binding_array_; }
inline void set_array_param_index(int64_t array_param_index) { array_param_index_ = array_param_index; }
inline int64_t get_array_param_index() const { return array_param_index_; }
/**
common::ObIAllocator &alloc, * 设置表达式