mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 13:31:09 +00: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 a new issue