MPLAB 编译时的一个警告,怎么解决???

2020-02-08 09:17发布

Warning [343] D:NEWReadTemp.c; 34.1 implicit return at end of non-void function
请问这个警告是什么意思啊? 虽然对程序运行貌似没什么影响 但我只是想弄懂 他是什么意思?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
10条回答
millwood0
2020-02-09 07:48
就是这个函数出的错


your code has a f!@#$ked up logic: the code needs to return a value (of unsigned char type). Yet, for some branches, it does NOT return any value.

your logic is totally f@#$@ked up.

一周热门 更多>