aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/soup_input_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/soup_input_plugin.c b/src/input/soup_input_plugin.c
index 9b3b0373..fc903b48 100644
--- a/src/input/soup_input_plugin.c
+++ b/src/input/soup_input_plugin.c
@@ -280,7 +280,7 @@ input_soup_open(const char *uri,
s->current_consumed = 0;
s->total_buffered = 0;
-#if GCC_CHECK_VERSION(4,5)
+#if GCC_CHECK_VERSION(4,6)
#pragma GCC diagnostic push
/* the libsoup macro SOUP_METHOD_GET discards the "const"
attribute of the g_intern_static_string() return value;
@@ -290,7 +290,7 @@ input_soup_open(const char *uri,
s->msg = soup_message_new(SOUP_METHOD_GET, uri);
-#if GCC_CHECK_VERSION(4,5)
+#if GCC_CHECK_VERSION(4,6)
#pragma GCC diagnostic pop
#endif