您的位置:首页 > 其它

NDK note: the mangling of 'va_list' has changed in GCC 4.4

2012-11-19 13:54 393 查看
每次ndk-build都会提示:

In file included from jni/fskmodule.cpp:7:0:
/xxxx/usr/include/jni.h:592:13: note: the mangling of 'va_list' has changed in GCC 4.4


解决办法,修改 Android.mk,加一行:

LOCAL_CFLAGS = -Wno-psabi
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐