Actions
Bug #4278
closedBuild fails with clang-5.0
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Due to a new -Wunused-lambda-capture
warning.
../tools/nfd-autoreg.cpp:216:8: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
[this] (uint32_t code, const std::string& reason) {});
^
1 error generated.
../tests/daemon/mgmt/face-manager-update-face.t.cpp:127:8: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
[this, req, &hasCallbackFired, &checkResp] (const Data& response) {
^
1 error generated.
...and many more.
Actions