你能显示 error:nil 的编译器警告吗?

发布于 2024-11-13 06:06:59 字数 134 浏览 2 评论 0原文

是否有编译器设置可以警告这些?目前,我正在审查代码,并在看到它们时放入 #warning don't use error:nil

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

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.

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小矜持 2024-11-20 06:06:59

不,由于 error:nil 是完全合法且完全合法的(正如您所说的),因此编译器无法检查它。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文