From e58a24124ae36b0cc077f90885c46f6cdb1bf299 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 27 Apr 2025 17:53:07 +1000 Subject: [PATCH] Try fixing an error with old versions of GCC. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 4ac11a58..1706b1e1 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3969,7 +3969,7 @@ typedef ma_uint16 wchar_t; #define MA_NO_INLINE __attribute__((noinline)) #else #define MA_INLINE MA_GNUC_INLINE_HINT - #define MA_NO_INLINE __attribute__((noinline)) + #define MA_NO_INLINE #endif #elif defined(__WATCOMC__) #define MA_INLINE __inline