Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 511304 Details for
Bug 621532
net-libs/webkit-gtk-2.4.11-r200 with dev-libs/icu-59 - Source/JavaScriptCore/API/JSStringRef.cpp:86:30: error: invalid conversion from ‘const UChar* {aka const char16_t*}’ to ‘const JSChar* {aka const short unsigned int*}’ [-fpermissive]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
webkit-gtk-JSStringRef-typedef.patch
webkit-gtk-2.4.11-JSStringRef-typedef.patch (text/plain), 526 bytes, created by
Ervin Peters
on 2017-12-21 08:17:57 UTC
(
hide
)
Description:
webkit-gtk-JSStringRef-typedef.patch
Filename:
MIME Type:
Creator:
Ervin Peters
Created:
2017-12-21 08:17:57 UTC
Size:
526 bytes
patch
obsolete
>--- webkitgtk-2.4.11.orig/Source/JavaScriptCore/API/JSStringRef.h 2016-04-10 08:48:36.000000000 +0200 >+++ webkitgtk-2.4.11/Source/JavaScriptCore/API/JSStringRef.h 2017-12-20 23:04:55.000000000 +0100 >@@ -27,6 +27,7 @@ > #define JSStringRef_h > > #include <JavaScriptCore/JSValueRef.h> >+#include <uchar.h> > > #ifndef __cplusplus > #include <stdbool.h> >@@ -43,7 +44,7 @@ > @typedef JSChar > @abstract A Unicode character. > */ >- typedef unsigned short JSChar; >+ typedef char16_t JSChar; > #else > typedef wchar_t JSChar; > #endif
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 621532
:
476068
|
476110
|
509564
|
510560
|
510564
|
511302
| 511304 |
511306
|
511308