From 0432ac7cae280a8627e58293c2166708de4384f0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 15 Nov 2009 09:41:26 +0000 Subject: [PATCH] warning: function declaration isn't a prototype --- SDL_mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_mixer.h b/SDL_mixer.h index 893154d7..0bfdd3e5 100644 --- a/SDL_mixer.h +++ b/SDL_mixer.h @@ -80,7 +80,7 @@ typedef enum extern DECLSPEC int SDLCALL Mix_Init(int flags); /* Unloads libraries loaded with Mix_Init */ -extern DECLSPEC void SDLCALL Mix_Quit(); +extern DECLSPEC void SDLCALL Mix_Quit(void); /* The default mixer has 8 simultaneous mixing channels */