GNOME Bugzilla – Bug 680878
marshal: Fix a lot of format string warnings on 32 bit
Last modified: 2012-07-31 08:55:16 UTC
G_GUINT64_FORMAT and friends handle "%lld" portably.
Created attachment 219949 [details] [review] marshal: Fix a lot of format string warnings on 32 bit
Thanks for this! Indeed I should get better at checking 32 bit builds, too. The better thing would probably be to make these warnings fatal, so that 32 bit builds would yell at me immediately?
(In reply to comment #2) > The better thing would probably be to make these warnings fatal, so that 32 bit > builds would yell at me immediately? Done in git master now, for the record.