[Webkit-unassigned] [Bug 260330] New: jsc.cpp(3614, 1): warning: function declared 'noreturn' should not return
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 16 23:27:46 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260330
Bug ID: 260330
Summary: jsc.cpp(3614,1): warning: function declared 'noreturn'
should not return
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
clang-cl reports the following warnings for Windows port.
S:\wwbb\work\build\Source\WTF\wtf\Assertions.cpp(335,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
S:\wwbb\work\build\Source\JavaScriptCore\jsc.cpp(2602,1): warning: non-void function does not return a value [-Wreturn-type]
S:\wwbb\work\build\Source\JavaScriptCore\jsc.cpp(3614,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
--
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/20230817/2fcb65d1/attachment-0001.htm>
More information about the webkit-unassigned
mailing list