问题如图所示,我这只是演示,你加几个return 0,便会有几个warnings,那么问题是什么呢?这个warning的意思是,声明无法到达,为什么呢,keil5编译之后,发现啊前面是个死循环,你的语句到不了这一行,那么他就会提醒你这个问题,你运行还是可以运行的,不想看到他,修改前面的while(1);死循环或者删除后面的return 0;即可
相关文章
- 史上最详细的linux关于connect: network is unreachable 问题的解决方案
- Invalid bound statement (not found): com.shizongger.chapter2.mapper.UserMapper.insertUser 解决方案
- java.sql.SQLException: Prepared or callable statement has more than 2000 parameter markers及解决方案
- 我的程序为什么会出现unreachable statement异常?
- org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)新的异常解决方案
- Unreachable statement
- org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)错误几种解决方案