本文整理自网络,侵删。
解决方案Are you sure you have done everything to solve the warning? Maybe you could post the code for us to look at?
You can turn off the warning locally this way:
{$WARN NO_RETVAL OFF}function func(...): string;begin ...end;{$WARN NO_RETVAL ON}
相关阅读 >>
Delphi xe5实现按android的back键无法退出关闭程序
更多相关阅读请进入《Delphi》频道 >>