mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-12 05:41:10 +01:00
Fixed unused function warning on Android
This commit is contained in:
parent
dd7fe0af08
commit
df728f8591
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user