fixed some warnings

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1395 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-06-26 15:27:49 +00:00
parent 1bc0106e6d
commit 06e4ad66ba
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
static const char* duka_GetName (void);
static bool duka_InitModule (int flags, const TFB_DecoderFormats*);
static void duka_TermModule ();
static void duka_TermModule (void);
static uint32 duka_GetStructSize (void);
static int duka_GetError (THIS_PTR);
static bool duka_Init (THIS_PTR);
@@ -349,7 +349,7 @@ duka_InitModule (int flags, const TFB_DecoderFormats* fmts)
}
static void
duka_TermModule ()
duka_TermModule (void)
{
// no specific module term
}
+2 -2
View File
@@ -34,7 +34,7 @@
static const char* moda_GetName (void);
static bool moda_InitModule (int flags, const TFB_DecoderFormats*);
static void moda_TermModule ();
static void moda_TermModule (void);
static uint32 moda_GetStructSize (void);
static int moda_GetError (THIS_PTR);
static bool moda_Init (THIS_PTR);
@@ -126,7 +126,7 @@ moda_InitModule (int flags, const TFB_DecoderFormats* fmts)
}
static void
moda_TermModule ()
moda_TermModule (void)
{
MikMod_Exit ();
}
+2 -2
View File
@@ -34,7 +34,7 @@
static const char* ova_GetName (void);
static bool ova_InitModule (int flags, const TFB_DecoderFormats*);
static void ova_TermModule ();
static void ova_TermModule (void);
static uint32 ova_GetStructSize (void);
static int ova_GetError (THIS_PTR);
static bool ova_Init (THIS_PTR);
@@ -123,7 +123,7 @@ ova_InitModule (int flags, const TFB_DecoderFormats* fmts)
}
static void
ova_TermModule ()
ova_TermModule (void)
{
// no specific module term
}