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 LOCAL_CFLAGS: = -Wno-error .

Thanks

OK. Understood. Place this line in your Android.mk file.

  LOCAL_CFLAGS: = -w   

Hope this helps

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -