aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
authorMax Horn2009-10-09 10:05:45 +0000
committerMax Horn2009-10-09 10:05:45 +0000
commit8549e48707fda26046a104eee851a4172689fcc1 (patch)
tree4037c3f000b2ba288d402a7d9cd59c0129f16488 /backends/platform/ps2/systemps2.h
parente6dd7e24f29ba6aa76a1b9361a480e6d099a3667 (diff)
downloadscummvm-rg350-8549e48707fda26046a104eee851a4172689fcc1.tar.gz
scummvm-rg350-8549e48707fda26046a104eee851a4172689fcc1.tar.bz2
scummvm-rg350-8549e48707fda26046a104eee851a4172689fcc1.zip
PS2: Fix warnings
svn-id: r44813
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 31aa29e83f..e78f57befb 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -126,9 +126,9 @@ public:
virtual void getTimeAndDate(TimeDate &t) const;
- void timerThread(void);
- void soundThread(void);
- void msgPrintf(int millis, char *format, ...);
+ void timerThreadCallback(void);
+ void soundThreadCallback(void);
+ void msgPrintf(int millis, const char *format, ...) GCC_PRINTF(3, 4);
void makeConfigPath(void);
bool prepMC();