From 4dc1714b4c87363c8bf906545de15c371eab4c68 Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Tue, 10 Jan 2023 11:58:26 +0100
Subject: [PATCH] fix warning
---
SDL_ttf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SDL_ttf.c b/SDL_ttf.c
index 73cfa69..3f059e1 100644
--- a/SDL_ttf.c
+++ b/SDL_ttf.c
@@ -153,7 +153,7 @@ static SDL_INLINE int hasSSE2(void)
#endif
#if defined(HAVE_NEON_INTRINSICS)
-static SDL_INLINE int hasNEON()
+static SDL_INLINE int hasNEON(void)
{
static int val = -1;
if (val != -1) {