- 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
|
|
@ -188,7 +188,7 @@ static void P_SetSideNum (DWORD *sidenum_p, WORD sidenum);
|
|||
|
||||
struct checkstruct
|
||||
{
|
||||
char *lumpname;
|
||||
const char lumpname[9];
|
||||
bool required;
|
||||
};
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ static int GetMapIndex(const char *mapname, int lastindex, const char *lumpname,
|
|||
{
|
||||
static const checkstruct check[] =
|
||||
{
|
||||
{NULL, true},
|
||||
{"", true},
|
||||
{"THINGS", true},
|
||||
{"LINEDEFS", true},
|
||||
{"SIDEDEFS", true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue