使用 Xcode 分析(产品>分析)时,是否有办法忽略给定文件中的任何错误?
使用 Xcode 分析(产品>分析)时,是否有办法忽略给定文件中的任何错误?
例如,pragma 或其他什么?
我们只是想忽略第三方代码上的任何警告,这样当我们的代码出现问题时,它对我们来说就更明显。
谢谢
When using Xcode analysis (product>analyze) is there a way of ignoring any errors in a given file?
Eg a pragma or something?
We just want to ignore any warnings on third party code, so that it's more obvious to us when there's a problem in our code.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如马修所建议的:
As suggested by matthew:
有关 clang 的其他有用的相关 #pragmas,请参阅 clang 用户手册。
这也适用于海湾合作委员会。
See the clang user's manual for other useful related #pragmas for clang.
This also works for GCC.