GNOME Bugzilla – Bug 734736
GCC warns about wront format strings when building GTK+ on W32
Last modified: 2014-08-13 23:41:29 UTC
Two sources of warnings - unconditional use of I64 (even though glib printf is from gnulib and supports ll) and printing GPid as %d (by the way, that could be a good candidate for G_GPID_FORMAT!).
Created attachment 283321 [details] [review] Fix some print format warnings
Review of attachment 283321 [details] [review]: ok
Attachment 283321 [details] pushed as 1b9fa97 - Fix some print format warnings