commit | ac238f29be76d134a0467b6710120aab8eec7d60 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Sep 12 15:19:40 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Sep 12 15:22:02 2017 -0400 |
tree | 1b7002dc3087ab6e4d5464367729271f4ea0292c | |
parent | f940ae70f2b58f43e06eb57d22b70c9fea283c3e [diff] [blame] |
tests+tools: fix build with clang-5.0 Change-Id: I75eeb01b071c1702517a65a8099e52d4092a4638 Refs: #4278
diff --git a/tools/nfd-autoreg.cpp b/tools/nfd-autoreg.cpp index 39b7f6b..cb0bdd2 100644 --- a/tools/nfd-autoreg.cpp +++ b/tools/nfd-autoreg.cpp
@@ -213,7 +213,7 @@ faceStatus.getFacePersistency()); } }, - [this] (uint32_t code, const std::string& reason) {}); + [] (uint32_t code, const std::string& reason) {}); } int