summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/test_mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_mem.c b/apps/plugins/test_mem.c
index a4b45fb32f..7a97f518cc 100644
--- a/apps/plugins/test_mem.c
+++ b/apps/plugins/test_mem.c
@@ -132,6 +132,7 @@ static void read_test(volatile int *buf, int buf_size, int loop_cnt)
132 x = buf[j+4]; 132 x = buf[j+4];
133 } 133 }
134 } 134 }
135 (void)x;
135#endif 136#endif
136} 137}
137 138