From e65ddc53f0b7a6efd861b409a56f49bbfc7a0e04 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" <icculus@icculus.org> Date: Tue, 22 Nov 2005 15:07:41 +0000 Subject: [PATCH] Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET) From: Mattias Karlsson <betasoft@acc.umu.se> To: sdl@libsdl.org Subject: [SDL] [PATCH] Fix (tiny) build problems on solaris (fwd) This small patch fixes building audio on solaris 2.9 with gcc 4.0 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401187 --- src/audio/sun/SDL_sunaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/sun/SDL_sunaudio.c b/src/audio/sun/SDL_sunaudio.c index 488d4c2f..c9857ffe 100644 --- a/src/audio/sun/SDL_sunaudio.c +++ b/src/audio/sun/SDL_sunaudio.c @@ -165,9 +165,9 @@ void DSP_WaitAudio(_THIS) #endif } +static Uint8 snd2au(int sample); void DSP_PlayAudio(_THIS) { - static Uint8 snd2au(int sample); /* Write the audio data */ if ( ulaw_only ) { /* Assuming that this->spec.freq >= 8000 Hz */ -- 2.18.1