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

(-)devel/libeio/files/patch-ecb.h (+13 lines)
Line 0 Link Here
1
--- ecb.h.orig	2012-10-16 22:30:08.000000000 +0200
2
+++ ecb.h	2015-02-20 22:58:47.764757000 +0100
3
@@ -472,8 +472,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 197867