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
Fujii Hironori
Comment 1 2023-09-25 23:14:54 PDT
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
Note You need to log in before you can comment on or make changes to this bug.