标签: c++ c gcc pragma
我正在尝试display a compile-time message in GCC,通过
#pragma message "hello world"
但是当我使用-Wall进行编译时,它会发出警告
-Wall
warning: ignoring #pragma message
我在Mac OS X 10.6.8(Snow Leopard)上使用GCC 4.2.1。
为什么不显示消息?如何让它显示消息?
答案 0 :(得分:13)
如果您阅读correct documentation,您会发现GCC 4.2.1不支持#pragma message。
#pragma message