FreeBSD Bugzilla – Attachment 153254 Details for
Bug 197869
Fix lang/v8 build with clang 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark temporary typedefs in static asserts as unused
lang__v8-fix-static-assert-1.diff (text/plain), 1.12 KB, created by
Dimitry Andric
on 2015-02-20 23:04:06 UTC
(
hide
)
Description:
Mark temporary typedefs in static asserts as unused
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-02-20 23:04:06 UTC
Size:
1.12 KB
patch
obsolete
>Index: lang/v8/files/patch-src__checks.h >=================================================================== >--- lang/v8/files/patch-src__checks.h (revision 0) >+++ lang/v8/files/patch-src__checks.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/checks.h.orig 2013-05-01 14:56:29.000000000 +0200 >++++ src/checks.h 2015-02-20 23:52:17.355690000 +0100 >+@@ -248,7 +248,7 @@ >+ #define STATIC_CHECK(test) \ >+ typedef \ >+ StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>((test))>)> \ >+- SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) >++ SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) __attribute__((__unused__)) >+ >+ >+ extern bool FLAG_enable_slow_asserts; > >Property changes on: lang/v8/files/patch-src__checks.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 197869
: 153254