Actions
Bug #4547
closedBuild fails with clang-5.0
Start date:
Due date:
% Done:
100%
Estimated time:
Description
https://travis-ci.org/named-data/NLSR/jobs/352498816
../src/nlsr.cpp:168:19: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
uri.canonize([this, then, currentNeighbor] (ndn::FaceUri canonicalUri) {
^
../src/nlsr.cpp:174:8: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
[this, then, currentNeighbor] (const std::string& reason) {
^
2 errors generated.
Actions