WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
262098
[Win] Fix unused parameter warnings reported by clang-cl
https://bugs.webkit.org/show_bug.cgi?id=262098
Summary
[Win] Fix unused parameter warnings reported by clang-cl
Fujii Hironori
Reported
2023-09-25 23:09:50 PDT
Windows port suppresses this warning by setting /wd4100 compiler switch. However, the combination of CMake Visual Studio generator and clang-cl ignores the switch. clang-cl reports a lot of unused parameter warnings.
> Source\WebCore\platform/StaticPasteboard.cpp(143,58): error: unused parameter 'content' [-Werror,-Wunused-parameter]
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2023-09-25 23:14:54 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18209
EWS
Comment 2
2023-09-25 23:44:47 PDT
Committed
268434@main
(6cc3f85ca0cf): <
https://commits.webkit.org/268434@main
> Reviewed commits have been landed. Closing PR #18209 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-09-25 23:45:14 PDT
<
rdar://problem/116038874
>
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