Skip to content

Fix unused parameters in EventQueueProcessorTest.cpp#56493

Open
christophpurrer wants to merge 1 commit intofacebook:mainfrom
christophpurrer:export-D101110552
Open

Fix unused parameters in EventQueueProcessorTest.cpp#56493
christophpurrer wants to merge 1 commit intofacebook:mainfrom
christophpurrer:export-D101110552

Conversation

@christophpurrer
Copy link
Copy Markdown
Contributor

Summary:
Fixed clang-diagnostic-unused-parameter warnings in EventQueueProcessorTest.cpp by removing unused parameter names from lambda functions.

Changes:

  • Line 51: Removed parameter name 'runtime' from dummyEventPipeConclusion lambda
  • Line 52: Removed parameter name 'stateUpdate' from dummyStatePipe lambda

This is a standard C++ practice for handling unused parameters - keeping the type for API compatibility while removing the name to silence the warning.

Differential Revision: D101110552

Summary:
Fixed clang-diagnostic-unused-parameter warnings in EventQueueProcessorTest.cpp by removing unused parameter names from lambda functions.

Changes:
- Line 51: Removed parameter name 'runtime' from dummyEventPipeConclusion lambda
- Line 52: Removed parameter name 'stateUpdate' from dummyStatePipe lambda

This is a standard C++ practice for handling unused parameters - keeping the type for API compatibility while removing the name to silence the warning.

Differential Revision: D101110552
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 18, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync bot commented Apr 18, 2026

@christophpurrer has exported this pull request. If you are a Meta employee, you can view the originating Diff in D101110552.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant