fix a couple of compile issues with older gcc

This commit is contained in:
Bill Currie 2004-01-20 08:47:19 +00:00
parent f7fe0a4a8c
commit 1583961b36

View file

@ -107,11 +107,11 @@ I_OGGMus_Eject (void)
static int static int
I_OGGMus_GetAudioDiskInfo (void) I_OGGMus_GetAudioDiskInfo (void)
{ {
Sys_Printf ("Entering I_OGGMus_GetAudioDiskInfo\n");
/* read the track list, parse it a bit, map it into a list */ /* read the track list, parse it a bit, map it into a list */
int size = -1; int size = -1;
char *buffile = NULL; char *buffile = NULL;
Sys_Printf ("Entering I_OGGMus_GetAudioDiskInfo\n");
ogglistvalid = false; ogglistvalid = false;
if (oggfile == NULL) { if (oggfile == NULL) {
@ -286,9 +286,9 @@ I_OGGMus_Info (void)
static void static void
I_OGG_f (void) I_OGG_f (void)
{ {
Sys_Printf ("Entering I_OGG_f\n");
const char *command; const char *command;
Sys_Printf ("Entering I_OGG_f\n");
if (Cmd_Argc () < 2) if (Cmd_Argc () < 2)
return; return;