热门标签 | HotTags
当前位置:  开发笔记 > 前端 > 正文

你能否为错误显示编译器警告:nil?-Canyoushowcompilerwarningsforerror:nil?

Isthereacompilersettingthatcanwarnaboutthese?CurrentlyImreviewingcodeandputtingin#

Is there a compiler setting that can warn about these? Currently I'm reviewing code and putting in #warning don't use error:nil whenever I see them.

是否有可以警告这些的编译器设置?目前我正在审查代码并输入#warning不会在我看到它们时使用错误:nil。

(I know it's sometimes appropriate to do, but maybe there is a better way to have the compiler check sloppy error handling?)

(我知道有时这样做是合适的,但也许有更好的方法让编译器检查草率错误处理?)

1 个解决方案

#1


1  

No, since error:nil is completely legal and totally legit (as you even say), there is no way for the compiler to check it.

不,因为错误:nil完全合法且完全合法(正如你所说),编译器无法检查它。


推荐阅读
author-avatar
树缝中间_324
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有