在MDK编译代码时,有时会出现这样的警告,

warning : type qualifier is meaningless on cast type return

在MDK中,作如下设置:

MDK中问题:warning : type qualifier is meaningless on cast type return 的解决

即添加   :  -O1 -g -W
而  --gnu   则根据实际情况添加或者不添加。

相关文章:

  • 2022-02-05
  • 2022-12-23
  • 2021-10-17
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2021-07-16
  • 2021-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-04-07
  • 2022-01-16
相关资源
相似解决方案