View | Details | Raw Unified | Return to bug 208265
Collapse All | Expand All

(-)net-p2p/gtk-gnutella/files/patch-src_gcc.h (+11 lines)
Line 0 Link Here
1
--- src/gcc.h.orig	2016-03-24 18:58:27 UTC
2
+++ src/gcc.h
3
@@ -310,7 +310,7 @@
4
  * warning purposedly for some section of the file and then later restore
5
  * the original warnings.
6
  */
7
-#if HAS_GCC(3, 0)
8
+#if HAS_GCC(4, 8)
9
 #define G_IGNORE_PUSH(x) \
10
 	G_PRAGMA(GCC diagnostic push) \
11
 	G_PRAGMA(GCC diagnostic ignored #x)

Return to bug 208265