#5587 closed defect (fixed)
TOON: AmigaOS4 Compiler error
Reported by: | raziel- | Owned by: | sylvaintv |
---|---|---|---|
Priority: | normal | Component: | Engine: Toon |
Version: | Keywords: | build | |
Cc: | Game: | Toonstruck |
Description
ScummVM 1.3.0svn55772 (Feb 04 2011 19:12:47) Features compiled in: Vorbis FLAC MP3 RGB zLib Theora
C++ engines/toon/toon.o engines/toon/toon.cpp: In member function 'void Toon::ToonEngine::parseInput()': engines/toon/toon.cpp:218: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp:223: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp:237: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp:242: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp: In member function 'void Toon::ToonEngine::updateTimer(int32)': engines/toon/toon.cpp:372: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp: In member function 'int32 Toon::ToonEngine::getScaleAtPoint(int32, int32)': engines/toon/toon.cpp:1822: error: no matching function for call to 'MAX(int, int32&)' engines/toon/toon.cpp:1823: error: no matching function for call to 'MAX(int, int32&)' engines/toon/toon.cpp: In member function 'int32 Toon::ToonEngine::getLayerAtPoint(int32, int32)': engines/toon/toon.cpp:1834: error: no matching function for call to 'MAX(int, int32&)' engines/toon/toon.cpp:1835: error: no matching function for call to 'MAX(int, int32&)' engines/toon/toon.cpp: In member function 'int32 Toon::ToonEngine::characterTalk(int32, bool)': engines/toon/toon.cpp:2091: warning: format '%d' expects type 'int', but argument 4 has type 'int32' engines/toon/toon.cpp: In member function 'bool Toon::ToonEngine::saveGame(int32, Common::String)': engines/toon/toon.cpp:2977: warning: format '%d' expects type 'int', but argument 2 has type 'int32' gmake: *** [engines/toon/toon.o] Error 1
AmigaOS4 - PPC - SDL - BE gcc (GCC) 4.2.4 (adtools build 20090118)
Ticket imported from: #3172890. Ticket imported from: bugs/5587.
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Owner: | set to |
---|
comment:4 by , 11 years ago
Component: | --Unset-- → Engine: Toon |
---|---|
Game: | → Toonstruck |
fixed in r55773 Please add a comment if there is another problem on AmigaOS compile :)