会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gǒが油メo
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
C/C++ 编译报错警告
make 报错:error: cast from ‘int32_t*’ {aka ‘int*’} to ‘int’ loses precision [-fpermissive]
摘要:错误提示: xxx.h:117:59: error: cast from ‘int32_t*’ {aka ‘int*’} to ‘int’ loses precision [-fpermissive] int m_MinValidLen = (int)(&(((DataOnAir *)0)->rx_
阅读全文
posted @
2022-09-13 17:10
gǒが油メo
阅读(620)
评论(0)
推荐(0)
make警告:control reaches end of non-void function [-Wreturn-type] }
摘要:错误警告事例: bool test() { printf("test\n"); } 修改: bool test() { printf("test\n"); return true; //加上返回值解除警告 }
阅读全文
posted @
2022-09-13 17:02
gǒが油メo
阅读(180)
评论(0)
推荐(0)
公告