FreeBSD Bugzilla – Attachment 153344 Details for
Bug 197939
Fix devel/p5-Async-Interrupt build with clang 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix devel/p5-Async-Interrupt build with clang 3.6.0
devel__p5-Async-Interrupt-fix-noreturn-1.diff (text/plain), 1.15 KB, created by
Dimitry Andric
on 2015-02-22 23:35:50 UTC
(
hide
)
Description:
Fix devel/p5-Async-Interrupt build with clang 3.6.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-02-22 23:35:50 UTC
Size:
1.15 KB
patch
obsolete
>Index: devel/p5-Async-Interrupt/files/patch-ecb.h >=================================================================== >--- devel/p5-Async-Interrupt/files/patch-ecb.h (revision 0) >+++ devel/p5-Async-Interrupt/files/patch-ecb.h (working copy) >@@ -0,0 +1,13 @@ >+--- ecb.h.orig 2014-03-25 20:26:24.000000000 +0100 >++++ ecb.h 2015-02-23 00:10:16.480127000 +0100 >+@@ -516,8 +516,8 @@ >+ #define ecb_unreachable() __builtin_unreachable () >+ #else >+ /* this seems to work fine, but gcc always emits a warning for it :/ */ >+- ecb_inline void ecb_unreachable (void) ecb_noreturn; >+- ecb_inline void ecb_unreachable (void) { } >++ ecb_inline ecb_noreturn void ecb_unreachable (void); >++ ecb_inline ecb_noreturn void ecb_unreachable (void) { } >+ #endif >+ >+ /* try to tell the compiler that some condition is definitely true */ > >Property changes on: devel/p5-Async-Interrupt/files/patch-ecb.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197939
: 153344