keil工程代码,浮点计算中引用了数学库 math.h 中的round函数,但编译时出现告警 “warning:  #223-D: function "round" declared implicitly”。

解决办法,打开配置工具,在C/C++栏下构选 C99 mode,重新编译,该告警解除。

相关文章:

  • 2021-07-27
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2021-05-02
  • 2021-12-16
  • 2021-07-16
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案