fix some random annoying gcc warnings

This commit is contained in:
zeromus 2009-10-19 03:37:38 +00:00
parent 51b0429c24
commit 4e4013993d
5 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@ void DrawMessage(bool beforeMovie);
void FCEU_DrawRecordingStatus(uint8* XBuf);
void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur);
void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor);
void DrawTextTransWH(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor, int max_w, int max_h, int border);
void DrawTextTransWH(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor, int max_w, int max_h, int border);

View File

@ -266,4 +266,4 @@ void LoadSubtitles(MovieData);
void ProcessSubtitles(void);
void FCEU_DisplaySubtitles(char *format, ...);
#endif //__MOVIE_H_
#endif //__MOVIE_H_

View File

@ -37,4 +37,4 @@ enum PPUPHASE {
PPUPHASE_VBL, PPUPHASE_BG, PPUPHASE_OBJ
};
extern PPUPHASE ppuphase;
extern PPUPHASE ppuphase;

View File

@ -1025,4 +1025,4 @@ void RedoLoadState()
}
redoLS = false; //Flag that RedoLoadState can not be run again
undoLS = true; //Flag that LoadBackup can be run again
}
}

View File

@ -73,4 +73,4 @@ extern bool redoSS; //redo savestate flag
extern char lastLoadstateMade[2048]; //Filename of last state loaded
extern bool undoLS; //undo loadstate flag
extern bool redoLS; //redo savestate flag
bool CheckBackupSaveStateExist(); //Checks if backupsavestate exists
bool CheckBackupSaveStateExist(); //Checks if backupsavestate exists