会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sunzl1987
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2019年4月24日
function "round" declared implicitly
摘要: keil工程代码,浮点计算中引用了数学库 math.h 中的round函数,但编译时出现告警 “warning: #223-D: function "round" declared implicitly”。 解决办法,打开配置工具,在C/C++栏下构选 C99 mode,重新编译,该告警解除。
阅读全文
posted @ 2019-04-24 09:30 Sanz
阅读(1251)
评论(0)
推荐(0)
declaration may not appear after executable statement in block
摘要: declaration may not appear after executable statement in block
阅读全文
posted @ 2019-04-24 09:25 Sanz
阅读(813)
评论(0)
推荐(0)