Fixed unused function warning on Android

This commit is contained in:
Sam Lantinga 2019-11-18 10:48:14 -08:00
parent dd7fe0af08
commit df728f8591

View File

@ -384,7 +384,7 @@ CPU_haveARMSIMD(void)
} }
#endif #endif
#if (defined(__LINUX__) || defined(__ANDROID__)) && defined(__ARM_ARCH) && !defined(HAVE_GETAUXVAL) #if defined(__LINUX__) && defined(__ARM_ARCH) && !defined(HAVE_GETAUXVAL)
static int static int
readProcAuxvForNeon(void) readProcAuxvForNeon(void)
{ {
@ -404,7 +404,6 @@ readProcAuxvForNeon(void)
} }
#endif #endif
static int static int
CPU_haveNEON(void) CPU_haveNEON(void)
{ {