eclipse Helios排序 - 多行警告描述(gcc多行警告)

时间:2011-11-17 11:52:16

标签: eclipse gcc eclipse-3.6 gcc-warning

我使用gcc编译器编译我的项目。一个示例多线警告是:

../../Source/Ctrl/SCmd.h: In constructor `STCPCommand::STCPCommand(char)':
../../Source/Ctrl/SCmd.h:273: warning: `STCPCommand::m_pGroup' will be initialized  after
../../Source/Ctrl/SCmd.h:133: warning:   `const char*STCPCommand::m_pcszSourceInfo'
../../Source/Ctrl/SCmd.h:141: warning:   when initialized here

但我无法在“问题”视图(说明)中正确阅读。 我得到的是3种不同的警告。根据排序方法,所有行都在不同的地方。

有没有办法在没有排序的情况下显示此输出? 也许有一些gcc标志会避免分裂?

0 个答案:

没有答案