Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ntcore] NetworkTableInstance: Suppress unused lambda capture warning #5947

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

PeterJohnson
Copy link
Member

Clang warns that the "this" capture is not required, even though a member function is being called.

Clang warns that the "this" capture is not required, even though a
member function is being called.
@PeterJohnson PeterJohnson merged commit 4a44210 into wpilibsuite:main Nov 21, 2023
26 checks passed
@PeterJohnson PeterJohnson deleted the protobuf-this-capture branch November 21, 2023 17:45
Starlight220 pushed a commit to Starlight220/allwpilib that referenced this pull request Dec 1, 2023
…wpilibsuite#5947)

Clang warns that the "this" capture is not required, even though a
member function is being called.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant