xcode 4,c ++,突出显示警告“未使用的参数”

时间:2012-03-11 19:11:33

标签: xcode4

我有下一个问题(使用xcode4,语言c ++,编译器LLVM GCC 4.2)

在源代码中,不要突出显示警告“未使用的参数”。在项目设置中,此警告标记为“是”。

例如:

void foo( int x, int y ) // There are no highlighting of warning
{
    return x*x;
}

如何开启高亮显示?

1 个答案:

答案 0 :(得分:0)

您可以在“构建设置”下的项目设置中找到编译器设置。

http://boredzo.org/blog/archives/2009-11-07/warnings