1
0
Fork 0

gcc 4.0 fixes.

This commit is contained in:
ehofman 2004-12-18 11:59:33 +00:00
parent 127e84cee9
commit def25f39d5
2 changed files with 2 additions and 2 deletions

View file

@ -551,7 +551,7 @@ FGInput::_init_joystick ()
// cursors defined as textures referenced in the property tree. This // cursors defined as textures referenced in the property tree. This
// list could then be eliminated. -Andy // list could then be eliminated. -Andy
// //
struct { static struct {
const char * name; const char * name;
int cursor; int cursor;
} mouse_cursor_map[] = { } mouse_cursor_map[] = {

View file

@ -213,7 +213,7 @@ static naRef f_globals(naContext c, naRef args)
return propNodeGhostCreate(c, globals->get_props()); return propNodeGhostCreate(c, globals->get_props());
} }
struct { static struct {
naCFunction func; naCFunction func;
char* name; char* name;
} propfuncs[] = { } propfuncs[] = {