首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

arm环境上编译出现上面警告的解决方法 note: the mangling of 'va_list' has changed in GCC 4

2012-08-13 
arm环境下编译出现下面警告的解决办法 note: the mangling of va_list has changed in GCC 4.4note: the m

arm环境下编译出现下面警告的解决办法 note: the mangling of 'va_list' has changed in GCC 4.4

note: the mangling of 'va_list' has changed in GCC 4.4
I think that the warning is accurate; the mangling of va_list has indeedchanged on ARM in GCC 4.4 in order to conform to the ARM ABI specifications. There is an option to turn off warnings about PSABI issues; -Wno-psabi.  Ithink that option (if not some stronger option) should be used.

热点排行