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 699546 - Use correct printf formats
Use correct printf formats
Status: RESOLVED FIXED
Product: gnome-nettool
Classification: Applications
Component: general
3.8.x
Other Linux
: Normal critical
: ---
Assigned To: Germán Poo-Caamaño
Rodrigo Moya
: 700827 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-05-03 03:28 UTC by Jan Alexander Steffens (heftig)
Modified: 2013-05-31 00:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (1.55 KB, patch)
2013-05-03 03:28 UTC, Jan Alexander Steffens (heftig)
none Details | Review

Description Jan Alexander Steffens (heftig) 2013-05-03 03:28:26 UTC
Created attachment 243136 [details] [review]
Fix

%lld is not the correct format for guint64 on x86_64, causing compilation warnings (or errors with -Werror=format).

Glib-provided constants should be used to select the correct platform formats.
Comment 1 Jeremy Bicha 2013-05-30 21:35:50 UTC
*** Bug 700827 has been marked as a duplicate of this bug. ***
Comment 2 Jeremy Bicha 2013-05-30 21:37:06 UTC
Bumping importance since this breaks compiling with GCC 4.8 on multiple distros (Ubuntu, Arch, Gentoo, etc.)
Comment 3 Germán Poo-Caamaño 2013-05-31 00:05:22 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.