如何禁止Xcode中的警告? [英] How to suppress warnings in Xcode?

查看:120
本文介绍了如何禁止Xcode中的警告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Xcode 5中,有没有办法抑制警告,如文件数量未使用的变量?

In Xcode 5, is there any way to suppress warnings such as unused variables for number of files? Particularly latest Box2D 2.2.1 produces some warnings which are annoying but harmless.

推荐答案

在导航器中选择项目,然后选择目标。选择Build Phases选项卡,然后展开Compile Sources阶段。编译器标志列是您指定每个文件的编译器标志。输入-Wno-否定警告。例如:-Wno-unused-parameter

Select the project in the navigator, then select the target from the list. Select the Build Phases tab, then expand the Compile Sources phase. The Compiler Flags column is where you specify per-file compiler flags. Enter -Wno- to negate a warning. e.g.: -Wno-unused-parameter

这篇关于如何禁止Xcode中的警告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆