[epiphany] uri-tester: Remove workaround for fixed vala bug



commit a327392247ff51d9e7780d076e70649ca4279cb0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Nov 12 13:08:01 2016 -0600

    uri-tester: Remove workaround for fixed vala bug

 embed/ephy-uri-tester.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/embed/ephy-uri-tester.c b/embed/ephy-uri-tester.c
index 9e1c01b..6877496 100644
--- a/embed/ephy-uri-tester.c
+++ b/embed/ephy-uri-tester.c
@@ -37,15 +37,10 @@
 
 #include <gio/gio.h>
 #include <glib/gstdio.h>
+#include <httpseverywhere.h>
 #include <libsoup/soup.h>
 #include <string.h>
 
-/* https://bugzilla.gnome.org/show_bug.cgi?id=772661 */
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wredundant-decls"
-#include <httpseverywhere.h>
-#pragma GCC diagnostic pop
-
 #define DEFAULT_FILTER_URL "https://easylist-downloads.adblockplus.org/easylist.txt";
 #define FILTERS_LIST_FILENAME "filters.list"
 #define SIGNATURE_SIZE 8


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]