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 748102 - Fix the build with -Werror=format-security
Fix the build with -Werror=format-security
Status: RESOLVED FIXED
Product: gnome-latex
Classification: Other
Component: general
3.16.x
Other Linux
: Normal normal
: unspecified
Assigned To: LaTeXila maintainer(s)
LaTeXila maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-04-18 12:26 UTC by Kalev Lember
Modified: 2015-04-18 13:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build with -Werror=format-security (980 bytes, patch)
2015-04-18 12:27 UTC, Kalev Lember
committed Details | Review

Description Kalev Lember 2015-04-18 12:26:40 UTC
document_view.c: In function 'document_view_activate_spell_checking':
document_view.c:665:4: error: format not a string literal and no format arguments [-Werror=format-security]
    _tmp13_ = (GtkMessageDialog*) gtk_message_dialog_new (G_TYPE_CHECK_INSTANCE_TYPE (_tmp11_, gtk_window_get_type ()) ? ((GtkWindow*) _tmp11_) : NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_NONE, _tmp12_);
    ^
Comment 1 Kalev Lember 2015-04-18 12:27:12 UTC
Created attachment 301897 [details] [review]
Fix the build with -Werror=format-security
Comment 2 Sébastien Wilmet 2015-04-18 13:11:28 UTC
Review of attachment 301897 [details] [review]:

Thanks.
Comment 3 Kalev Lember 2015-04-18 13:17:31 UTC
Attachment 301897 [details] pushed as f5020df - Fix the build with -Werror=format-security