代码改变世界

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

2012-11-19 13:54  三戒1993  阅读(461)  评论(0编辑  收藏  举报

每次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