View | Details | Raw Unified | Return to bug 197858 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-EV/files/patch-libev__ev.c (+13 lines)
Line 0 Link Here
1
--- libev/ev.c.orig	2014-09-05 18:49:27.000000000 +0200
2
+++ libev/ev.c	2015-02-20 22:33:39.341491000 +0100
3
@@ -1017,8 +1017,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 197858