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 701381 - Type problems prevent compilation with GCC 4.8 on i686
Type problems prevent compilation with GCC 4.8 on i686
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
3.8.x
Other Linux
: Normal major
: ---
Assigned To: gnome-disk-utility-maint
gnome-disk-utility-maint
: 701457 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-05-31 17:03 UTC by Jan Alexander Steffens (heftig)
Modified: 2013-06-02 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (6.19 KB, patch)
2013-05-31 17:04 UTC, Jan Alexander Steffens (heftig)
none Details | Review

Description Jan Alexander Steffens (heftig) 2013-05-31 17:03:58 UTC
Compilation with GCC 4.8 on i686 causes lots of warnings, some of which are fatal (due to -Werror=format). The attached patch fixes those problems.
Comment 1 Jan Alexander Steffens (heftig) 2013-05-31 17:04:23 UTC
Created attachment 245761 [details] [review]
Fix
Comment 2 David Zeuthen (not reading bugmail) 2013-06-02 17:02:07 UTC
Thanks for the patch. Committed:

https://git.gnome.org/browse/gnome-disk-utility/commit/?id=32629c175fe8392de9517604b90dd72365f84968

In the future, please use "git format-patch" with commit message and author field set. Thanks!
Comment 3 David Zeuthen (not reading bugmail) 2013-06-02 17:03:03 UTC
*** Bug 701457 has been marked as a duplicate of this bug. ***
Comment 4 David Zeuthen (not reading bugmail) 2013-06-02 17:05:26 UTC
I've also cherry-picked this onto the gnome-3-8 branch.