blob: 9727cbafd8fc9cc5ecd0e2b867c442dc7b232b3d [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001--- a/third_party/openthread/repo/src/cli/cli.cpp
2+++ b/third_party/openthread/repo/src/cli/cli.cpp
3@@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process
4
5 for (uint8_t i = 0;; i++)
6 {
7+ OT_UNUSED_VARIABLE(i);
8 SuccessOrExit(otThreadGetNextCacheEntry(GetInstancePtr(), &entry, &iterator));
9 OutputEidCacheEntry(entry);
10 }