zerotiertspu/java/jni
Brenton Bostick 475281935e Remove unused flags for arm64-v8a
Through using ndk-build, -Wno-unused-command-line-argument is passed in
somewhere in the pipeline and hides this warning.

The warning can be turned on with:
APP_CPPFLAGS := -Wunused-command-line-argument ...

and then when building, you can see:
C/C++: clang++: warning: argument unused during compilation: '-mfloat-abi=softfp' [-Wunused-command-line-argument]
C/C++: clang++: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
C/C++: clang++: warning: argument unused during compilation: '-maes' [-Wunused-command-line-argument]

These are unused because both floating-point and NEON are required in
all standard ARMv8 implementations. [1] [2]

[1] https://developer.arm.com/documentation/den0024/a/AArch64-Floating-point-and-NEON

[2] https://stackoverflow.com/a/29891469
2022-12-05 10:34:12 -05:00
..
Android.mk Remove unused flags for arm64-v8a 2022-12-05 10:34:12 -05:00
Application.mk Fun times in ~~cleveland~~ NDK-land 2022-11-09 11:11:10 -08:00
com_zerotierone_sdk_Node.cpp Fix warning: suggest braces around initialization of subobject 2022-12-01 08:35:31 -05:00
com_zerotierone_sdk_Node.h Update JNI code to reflect new ZeroTier API 2017-07-12 11:34:53 -07:00
ZT_jniarray.cpp Fun times in ~~cleveland~~ NDK-land 2022-11-09 11:11:10 -08:00
ZT_jniarray.h JNI for dns configuration 2020-10-21 14:18:29 -07:00
ZT_jnilookup.cpp fix typos in comments and strings 2022-11-28 09:23:45 -05:00
ZT_jnilookup.h Merge branch 'adamierymenko-dev' into android-jni-dev 2015-09-26 13:47:55 -07:00
ZT_jniutils.cpp fix typos in comments and strings 2022-11-28 09:23:45 -05:00
ZT_jniutils.h JNI for dns configuration 2020-10-21 14:18:29 -07:00