读书人

arm环境上编译出现上面警告的解决方法

发布时间: 2012-08-13 13:21:53 作者: rapoo

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.

读书人网 >编程

热点推荐