Opened 16 years ago

Last modified 5 years ago

#7607 closed feature request

Silence (a few) warnings (for me) — at Initial Version

Reported by: raziel- Owned by:
Priority: normal Component: Port: AmigaOS4
Version: Keywords:
Cc: Game:

Description

ScummVM 0.11.0svn (Dec 16 2007 09:01:40) Features compiled in: Vorbis FLAC MP3 zLib MPEG2

Thanks to LordHoto for the initial fixes, i got alot of those in other enigines, too (although i don't know if those can be easily adapted to other engines aswell)

[22:20:44] <LordHoto> well the problem is that your system defines int32 as signed long, which is perfectly valid, but printf would require %ld instead of %d for signed long [22:21:05] <LordHoto> but since other systems are using signed int instead of signed long, which would require just %d again, there's nothing that can be done about it [22:21:24] <CIA-36> lordhoto * rb29864 /scummvm/trunk/engines/kyra/ (saveload_v1.cpp screen.cpp staticres.cpp vqa.cpp)n: debug(C) parameter type fixes. [22:21:46] <LordHoto> anyway my commit now should at least fix the ones complaing about "'%c' expects type 'int', but argument X has type 'long unsigned int'"

Thanks for your effort to all the devs

Ticket imported from: #1851741. Ticket imported from: feature-requests/423.

Change History (1)

by raziel-, 16 years ago

Attachment: Scummvm_Warnings.zip added

All the warnings i get while building

Note: See TracTickets for help on using tickets.