Line 0
Link Here
|
|
|
1 |
--- libeio/ecb.h.orig 2013-02-20 12:06:23.000000000 +0100 |
2 |
+++ libeio/ecb.h 2015-03-01 22:33:58.066666000 +0100 |
3 |
@@ -452,12 +452,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 ecb_noreturn void ecb_unreachable (void); |
15 |
+ ecb_inline ecb_noreturn void ecb_unreachable (void) { } |
16 |
#endif |
17 |
|
18 |
/* try to tell the compiler that some condition is definitely true */ |