Actions
Bug #4277
closedBuild fails with clang-5.0
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Due to a new -Wunused-lambda-capture
warning.
../tests/unit-tests/security/v2/validator.t.cpp:113:29: error: lambda capture 'originalProcessInterest' is not used [-Werror,-Wunused-lambda-capture]
processInterest = [this, &originalProcessInterest, &expiredCert] (const Interest& interest) {
^
1 error generated.
Updated by Davide Pesavento about 7 years ago
- Status changed from New to Code review
- Assignee set to Davide Pesavento
- % Done changed from 0 to 100
Updated by Davide Pesavento about 7 years ago
- Status changed from Code review to Closed
Updated by Davide Pesavento about 7 years ago
- Category changed from Tests to Build
Updated by Davide Pesavento about 7 years ago
- Related to Bug #4278: Build fails with clang-5.0 added
Actions