Line 0
Link Here
|
|
|
1 |
--- ext/libev/ev.c.orig 2015-02-24 21:12:24.501215000 +0100 |
2 |
+++ ext/libev/ev.c 2015-02-24 21:16:08.576108000 +0100 |
3 |
@@ -967,12 +967,12 @@ |
4 |
} |
5 |
#endif |
6 |
|
7 |
-#if ECB_GCC_VERSION(4,5) |
8 |
+#if ECB_GCC_VERSION(4,5) || defined __clang__ |
9 |
#define ecb_unreachable() __builtin_unreachable () |
10 |
#else |
11 |
/* this seems to work fine, but gcc always emits a warning for it :/ */ |
12 |
- ecb_inline void ecb_unreachable (void) ecb_noreturn; |
13 |
- ecb_inline void ecb_unreachable (void) { } |
14 |
+ ecb_inline void ecb_noreturn ecb_unreachable (void); |
15 |
+ ecb_inline void ecb_noreturn ecb_unreachable (void) { } |
16 |
#endif |
17 |
|
18 |
/* try to tell the compiler that some condition is definitely true */ |