GNOME Bugzilla – Bug 748102
Fix the build with -Werror=format-security
Last modified: 2015-04-18 13:17:35 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_); ^
Created attachment 301897 [details] [review] Fix the build with -Werror=format-security
Review of attachment 301897 [details] [review]: Thanks.
Attachment 301897 [details] pushed as f5020df - Fix the build with -Werror=format-security