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 777389 - egl: Fix GCC warning
egl: Fix GCC warning
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2017-01-17 13:22 UTC by Bastien Nocera
Modified: 2017-01-17 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egl: Fix GCC warning (1.11 KB, patch)
2017-01-17 13:22 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-01-17 13:22:25 UTC
.
Comment 1 Bastien Nocera 2017-01-17 13:22:29 UTC
Created attachment 343643 [details] [review]
egl: Fix GCC warning

src/backends/meta-egl.c: In function ‘set_egl_error’:
src/backends/meta-egl.c:144:16: error: format not a string literal and no format arguments [-Werror=format-security]
      error_str);
      ^~~~~~~~~
Comment 2 Jonas Ådahl 2017-01-17 13:24:46 UTC
Review of attachment 343643 [details] [review]:

lgtm.
Comment 3 Bastien Nocera 2017-01-17 17:09:16 UTC
Attachment 343643 [details] pushed as 9b64e09 - egl: Fix GCC warning