删除GCC ABI更改的注释

Pib*_*ben 6 gcc g++

当我使用GCC 4.7编译我的程序时,我得到以下注释:

/usr/include/c++/4.7/backward/binders.h:167:5: note: the ABI of passing structure with complex float member has changed in GCC 4.4 here
Run Code Online (Sandbox Code Playgroud)

有没有办法摆脱它?我试图谷歌它,但我找到的只是打印注释字符串的GCC源代码行.

chi*_*ill 7

将选项传递-Wno-psabi给GCC.