GNOME Bugzilla – Bug 787166
Unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in soup-session.c
Last modified: 2017-10-02 12:16:16 UTC
In soup_session_remove_feature_by_type(), the G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro is used, but is a few lines later used again in place of the complementary G_GNUC_END_IGNORE_DEPRECATIONS.
Created attachment 358971 [details] [review] Patch Replaces the second G_GNUC_BEGIN_IGNORE_DEPRECATIONS with G_GNUC_END_IGNORE_DEPRECATIONS.
Comment on attachment 358971 [details] [review] Patch Good catch! Dan, this is trivial fix, so I'm approving this.