[Webkit-unassigned] [Bug 191146] New: [Win][Clang][JSC] JIT::is64BitType reports "warning: explicit specialization cannot have a storage class"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 00:40:37 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=191146

            Bug ID: 191146
           Summary: [Win][Clang][JSC] JIT::is64BitType reports "warning:
                    explicit specialization cannot have a storage class"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
            Blocks: 171618

[Win][Clang][JSC] JIT::is64BitType reports "warning: explicit specialization cannot have a storage class"

clang-cl 7.0 reports following compilation error.

> In file included from DerivedSources\JavaScriptCore\unified-sources\UnifiedSource26.cpp:2:
> In file included from ..\..\Source\JavaScriptCore\bytecode/CodeBlock.cpp:59:
> ..\..\Source\JavaScriptCore\jit\JIT.h(787,31):  warning: explicit specialization cannot have a storage class
>         static constexpr bool is64BitType<void>() { return true; }
>         ~~~~~~~               ^
> 1 warning generated.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=171618
[Bug 171618] [Win][Meta] Build WebKit using Clang
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181101/17342ef7/attachment.html>


More information about the webkit-unassigned mailing list