如何禁用Xcode C ++ 11警告?

时间:2012-09-01 12:16:20

标签: c++ xcode c++11 compiler-warnings

有没有办法可以禁用这些警告? The warnings

他们有点烦我,因为它总是打开问题导航器。

1 个答案:

答案 0 :(得分:2)

您应该更改项目的设置以允许C ++ 11。

这是a link to an answer that explains how it is done