After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734736 - GCC warns about wront format strings when building GTK+ on W32
GCC warns about wront format strings when building GTK+ on W32
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-13 19:48 UTC by LRN
Modified: 2014-08-13 23:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix some print format warnings (2.97 KB, patch)
2014-08-13 19:48 UTC, LRN
committed Details | Review

Description LRN 2014-08-13 19:48:16 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!).
Comment 1 LRN 2014-08-13 19:48:19 UTC
Created attachment 283321 [details] [review]
Fix some print format warnings
Comment 2 Matthias Clasen 2014-08-13 22:51:09 UTC
Review of attachment 283321 [details] [review]:

ok
Comment 3 LRN 2014-08-13 23:41:24 UTC
Attachment 283321 [details] pushed as 1b9fa97 - Fix some print format warnings