mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +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
|
||||
|
||||
#if (defined(__LINUX__) || defined(__ANDROID__)) && defined(__ARM_ARCH) && !defined(HAVE_GETAUXVAL)
|
||||
#if defined(__LINUX__) && defined(__ARM_ARCH) && !defined(HAVE_GETAUXVAL)
|
||||
static int
|
||||
readProcAuxvForNeon(void)
|
||||
{
|
||||
@ -404,7 +404,6 @@ readProcAuxvForNeon(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static int
|
||||
CPU_haveNEON(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user