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

clang-tidy: RpcClientTest - lamda function errors #266

Open
billpittman opened this issue Aug 7, 2024 · 0 comments
Open

clang-tidy: RpcClientTest - lamda function errors #266

billpittman opened this issue Aug 7, 2024 · 0 comments
Labels
quality Code quality and linter issues

Comments

@billpittman
Copy link
Contributor

Showing all the errors reported by clang-tidy:

/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:544:11: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:587:11: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:616:48: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:637:48: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:658:49: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:675:48: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:707:11: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:744:11: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:792:11: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:823:26: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:845:26: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:867:27: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:886:26: error: lambda capture 'this' is not used [clang-diagnostic-unused-lambda-capture]
/data/ultifi/up-cpp/test/coverage/communication/RpcClientTest.cpp:1361:39: error: lambda capture 'get_client' is not used [clang-diagnostic-unused-lambda-capture]

@gregmedd gregmedd added help wanted Extra attention is needed quality Code quality and linter issues and removed help wanted Extra attention is needed labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality Code quality and linter issues
Projects
Status: Backlog
Development

No branches or pull requests

2 participants