WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
260330
jsc.cpp(3614,1): warning: function declared 'noreturn' should not return
https://bugs.webkit.org/show_bug.cgi?id=260330
Summary
jsc.cpp(3614,1): warning: function declared 'noreturn' should not return
Fujii Hironori
Reported
2023-08-16 23:27:46 PDT
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]
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2023-08-16 23:32:23 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16776
EWS
Comment 2
2023-08-17 02:30:38 PDT
Committed
266995@main
(6c660bb7b4f5): <
https://commits.webkit.org/266995@main
> Reviewed commits have been landed. Closing PR #16776 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-08-17 02:31:13 PDT
<
rdar://problem/114016538
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug