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 766721 - tests: Fix compilation due to wrong formats
tests: Fix compilation due to wrong formats
Status: RESOLVED FIXED
Product: libdmapsharing
Classification: Other
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: W. Michael Petullo
W. Michael Petullo
Depends on:
Blocks:
 
 
Reported: 2016-05-20 14:49 UTC by Bastien Nocera
Modified: 2016-05-20 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: Fix compilation due to wrong formats (1.52 KB, patch)
2016-05-20 14:49 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2016-05-20 14:49:48 UTC
.
Comment 1 Bastien Nocera 2016-05-20 14:49:52 UTC
Created attachment 328263 [details] [review]
tests: Fix compilation due to wrong formats

On a 64-bit system, with gcc 6.0:
format ‘%lld’ expects argument of type ‘long long int’, but argument 4
has type ‘gint64 {aka long int}’
Comment 2 W. Michael Petullo 2016-05-20 16:02:42 UTC
Fixed in 2.9.35. Thank you, Bastien.