会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
SuperCodeCat
博客园
首页
新随笔
联系
订阅
管理
2023年11月20日
WARING之 #188-D: enumerated type mixed with another type
摘要: 警告信息 warning: #188-D: enumerated type mixed with another type 这个警告说明你定义的变量是枚举类型,编译器推荐使用枚举元素进行赋值。 有时候会双击warning会跳到函数,其实是一样的,只不过经过函数包装而已,只需要把形参改为枚举元素就好了
阅读全文
posted @ 2023-11-20 11:26 SuperCodeCat
阅读(311)
评论(0)
推荐(0)
公告