Bug 262436 - Use UNUSED_VARIADIC_PARAMS instead of UNUSED_FUNCTION for variadic arguments
Summary: Use UNUSED_VARIADIC_PARAMS instead of UNUSED_FUNCTION for variadic arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Abrar Rahman Protyasha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-29 23:49 PDT by Abrar Rahman Protyasha
Modified: 2023-10-02 03:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 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.
Comment 1 Radar WebKit Bug Importer 2023-09-29 23:50:13 PDT
<rdar://problem/116273546>
Comment 2 Abrar Rahman Protyasha 2023-09-30 00:00:59 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18461
Comment 3 EWS 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.