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 769236 - demos: Fix build failure
demos: Fix build failure
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-07-27 17:14 UTC by Bastien Nocera
Modified: 2016-07-29 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
demos: Fix build failure (1.32 KB, patch)
2016-07-27 17:15 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2016-07-27 17:14:49 UTC
.
Comment 1 Bastien Nocera 2016-07-27 17:15:07 UTC
Created attachment 332228 [details] [review]
demos: Fix build failure

gtk+/demos/gtk-demo/css_blendmodes.c: In function ‘update_css_for_blend_mode’:
gtk+/demos/gtk-demo/css_blendmodes.c:49:26: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
                          blend_mode);
                          ^~~~~~~~~~
Comment 2 Matthias Clasen 2016-07-29 15:03:32 UTC
Attachment 332228 [details] pushed as 64739f4 - demos: Fix build failure