编程语言
首页 > 编程语言> > VSCode C++ control reaches end of non-void function [-Wreturn-type]

VSCode C++ control reaches end of non-void function [-Wreturn-type]

作者:互联网

用 VSCode 写 C++ 代码时,总是在调用函数的末尾显示 control reaches end of non-void function [-Wreturn-type],运行也会报错,然而同样的代码在VS却没有这个问题。

经多方查找,应该在被调函数末尾的花括号前加上一个 return 语句 

标签:control,function,non,end,reaches,type
来源: https://www.cnblogs.com/xiangsui/p/11276783.html