Project

General

Profile

Bug #4277

Updated by Davide Pesavento over 6 years ago

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. 
 ```

Back