!24460 pclint warning clean

Merge pull request !24460 from liutongtong9/pclint_mst
This commit is contained in:
i-robot 2021-10-11 08:20:08 +00:00 committed by Gitee
commit 1361f89c88
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ namespace mindspore::transform {
static struct RegAdptDesc##name { \
public: \
RegAdptDesc##name() { OpAdapterMap::get()[name_str] = adpt_desc; } \
\
private: \
char ph_; \
} g_reg_adpt_desc_##name;
} // namespace mindspore::transform
#endif // MINDSPORE_CCSRC_TRANSFORM_GRAPH_IR_OP_DECLARE_MACRO_H_