mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a couple of compile issues with older gcc
This commit is contained in:
parent
f7fe0a4a8c
commit
1583961b36
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue