aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/openthread/ot-br-posix/unused_var.patch
blob: 9727cbafd8fc9cc5ecd0e2b867c442dc7b232b3d (plain)
1
2
3
4
5
6
7
8
9
10
--- a/third_party/openthread/repo/src/cli/cli.cpp
+++ b/third_party/openthread/repo/src/cli/cli.cpp
@@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process
 
     for (uint8_t i = 0;; i++)
     {
+    	OT_UNUSED_VARIABLE(i);
         SuccessOrExit(otThreadGetNextCacheEntry(GetInstancePtr(), &entry, &iterator));
         OutputEidCacheEntry(entry);
     }