-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Showing all the errors that clang-tidy reported:
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:135:18: error: 'callable' in capture list does not name a variable [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:140:38: error: 'callable' in capture list does not name a variable [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:142:6: error: reference to local binding 'callable' declared in enclosing function 'uprotocol::communication::RpcClient::invokeMethod' [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:148:38: error: 'callable' in capture list does not name a variable [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:150:6: error: reference to local binding 'callable' declared in enclosing function 'uprotocol::communication::RpcClient::invokeMethod' [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:160:17: error: 'callable' in capture list does not name a variable [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:162:25: error: 'callable' in capture list does not name a variable [clang-diagnostic-error]
/data/ultifi/up-cpp/src/communication/RpcClient.cpp:163:8: error: reference to local binding 'callable' declared in enclosing function 'uprotocol::communication::RpcClient::invokeMethod' [clang-diagnostic-error]
Metadata
Metadata
Assignees
Labels
Type
Projects
Status