- Fixed all the warnings from GCC 4.2, including a handful that were
present in older GCCs. SVN r430 (trunk)
This commit is contained in:
parent
ff65f75a8c
commit
851bf89442
33 changed files with 106 additions and 87 deletions
|
|
@ -44,7 +44,7 @@ const char *GameNames[9] =
|
|||
NULL, "Doom", "Heretic", NULL, "Hexen", NULL, NULL, NULL, "Strife"
|
||||
};
|
||||
|
||||
static char *quitsounds[8] =
|
||||
static const char *quitsounds[8] =
|
||||
{
|
||||
"player/male/death1",
|
||||
"demon/pain",
|
||||
|
|
@ -56,7 +56,7 @@ static char *quitsounds[8] =
|
|||
"demon/melee"
|
||||
};
|
||||
|
||||
static char *quitsounds2[8] =
|
||||
static const char *quitsounds2[8] =
|
||||
{
|
||||
"vile/active",
|
||||
"misc/p_pkup",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue