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

(-)devel/py-gevent/files/patch-libev__ev.c (+13 lines)
Line 0 Link Here
1
--- libev/ev.c.orig	2014-04-30 16:45:07.000000000 +0200
2
+++ libev/ev.c	2015-02-20 23:33:36.945803000 +0100
3
@@ -967,8 +967,8 @@
4
   #define ecb_unreachable() __builtin_unreachable ()
5
 #else
6
   /* this seems to work fine, but gcc always emits a warning for it :/ */
7
-  ecb_inline void ecb_unreachable (void) ecb_noreturn;
8
-  ecb_inline void ecb_unreachable (void) { }
9
+  ecb_inline ecb_noreturn void ecb_unreachable (void);
10
+  ecb_inline ecb_noreturn void ecb_unreachable (void) { }
11
 #endif
12
 
13
 /* try to tell the compiler that some condition is definitely true */

Return to bug 197868