Closed t0kt0ckus closed 9 years ago
I fixed them (and other issues) but have to do a pull request because I don't have commit access to this repo =)
The fixes are merged, but I can't close this ticket since I don't have the required access !
@jduck, thanks.
Both
/ddi/examples/strmon/jni/mon.c
and/ddi/examples/smsdispatch/jni/smsdispatch.c
cause compilation errors (on latest NDK toolchains):We can work around these errors by adding
LOCAL_DISABLE_FORMAT_STRING_CHECKS := true
to the modules' Android.mk. Though, I'm quite sure @jduck will soon properly fixmon.c
andsmsdispatch.c
.