diff options
| author | Julien Templier | 2010-10-26 12:49:32 +0000 |
|---|---|---|
| committer | Julien Templier | 2010-10-26 12:49:32 +0000 |
| commit | 5323be5f8465fb1a8d461aed1e03718bb93e5c49 (patch) | |
| tree | 8a3887f94128933748e72b357d38eaa1a315789b /engines/lastexpress/entities | |
| parent | 8622ee1ef1fcfc71515440dd9737d7c6a11d77be (diff) | |
| download | scummvm-rg350-5323be5f8465fb1a8d461aed1e03718bb93e5c49.tar.gz scummvm-rg350-5323be5f8465fb1a8d461aed1e03718bb93e5c49.tar.bz2 scummvm-rg350-5323be5f8465fb1a8d461aed1e03718bb93e5c49.zip | |
LASTEXPRESS: Fix GCC warnings
svn-id: r53850
Diffstat (limited to 'engines/lastexpress/entities')
| -rw-r--r-- | engines/lastexpress/entities/entity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/entities/entity.h b/engines/lastexpress/entities/entity.h index 246b2096d9..3e12df8612 100644 --- a/engines/lastexpress/entities/entity.h +++ b/engines/lastexpress/entities/entity.h @@ -318,8 +318,8 @@ public: return Common::String::printf("SSS: %s %s %s\n", seq1, seq2, seq3); } - void update(uint32 index) { - error("EntityParametersSSS::update: cannot update this type of parameters", index); + void update(uint32) { + error("EntityParametersSSS::update: cannot update this type of parameters"); } void saveLoadWithSerializer(Common::Serializer &s) { |
