Skip to content

Commit 52410d4

Browse files
committed
minor : fix a compile warning for Android platforms
Signed-off-by: Jie Fu <[email protected]>
1 parent e00f3fd commit 52410d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/miniaudio/miniaudio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12106,7 +12106,7 @@ static MA_INLINE void ma_restore_denormals(unsigned int prevState)
1210612106
#ifdef MA_ANDROID
1210712107
#include <sys/system_properties.h>
1210812108

12109-
int ma_android_sdk_version()
12109+
static int ma_android_sdk_version()
1211012110
{
1211112111
char sdkVersion[PROP_VALUE_MAX + 1] = {0, };
1211212112
if (__system_property_get("ro.build.version.sdk", sdkVersion)) {

0 commit comments

Comments
 (0)