I'm trying to disable all warnings during the 'ndk-build' process for compiling CPP code to be used with JNI on Android.
I'm using LOCAL_CFLAGS := -Wno-error
with not success.
Any ideas?
Thanks
OK. Got it. Put this line in your Android.mk file.
LOCAL_CFLAGS := -w
Hope it helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With