android ndk - Disable all warning during ndk-build -
I try to disable all warnings during the 'ndk-build' process to compile CPP code with JNI
Any thoughts?
Thanks
I am not using Thanks OK. Understood. Place this line in your Android.mk file. Hope this helps LOCAL_CFLAGS: = -Wno-error .
LOCAL_CFLAGS: = -w
Comments
Post a Comment