C++ warning: control reaches end of non-void function

原创
2009/08/23 21:47
阅读数 966

C++ warning: control reaches end of non-void function

REASONS: this warning indicate that you forgot the return statement in a non-void function.

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部