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 761580 - Support gcc6 -Werror=format-security
Support gcc6 -Werror=format-security
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.4.x
Other Linux
: Normal normal
: 1.4
Assigned To: GNOME Commander maintainer(s)
GNOME Commander maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-05 05:06 UTC by Mamoru TASAKA
Modified: 2016-02-09 22:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to compile with gcc6 -Werror-format-security (1.14 KB, patch)
2016-02-05 05:06 UTC, Mamoru TASAKA
none Details | Review

Description Mamoru TASAKA 2016-02-05 05:06:25 UTC
Created attachment 320477 [details] [review]
Patch to compile with gcc6 -Werror-format-security

As written in bug 721132 , Fedora uses "-Werror=format-security" and build failure with this option once fixed in 1.2.8.7.

Now Fedora rawhide switched gcc to 6.0 development (formal 6.0 is to be released in 2016/Apr or so), and new error raised with gcc6 -Werror=format-security .

The attached patch is for gcmd-1-4 branch , and for master cherry-pick succeeds. Please apply this patch, thank you.
Comment 1 Uwe Scholz 2016-02-09 22:22:10 UTC
Thank you! The patch has been applied.