RESOLVED FIXED262436
Use UNUSED_VARIADIC_PARAMS instead of UNUSED_FUNCTION for variadic arguments
https://bugs.webkit.org/show_bug.cgi?id=262436
Summary Use UNUSED_VARIADIC_PARAMS instead of UNUSED_FUNCTION for variadic arguments
Abrar Rahman Protyasha
Reported 2023-09-29 23:49:49 PDT
When we want to indicate that a parameter pack is unused, we should now use UNUSED_VARIADIC_PARAMS over UNUSED_FUNCTION. The former landed in 268692@main.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-29 23:50:13 PDT
Abrar Rahman Protyasha
Comment 2 2023-09-30 00:00:59 PDT
EWS
Comment 3 2023-10-02 03:18:42 PDT
Committed 268721@main (adca80d36893): <https://commits.webkit.org/268721@main> Reviewed commits have been landed. Closing PR #18461 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.