From ab56afefc13ccdce382183b122a6be7afe0e4fa0 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 13 Jun 2013 18:56:23 +0200 Subject: test_mem: silence -Wunused-but-set-variable warning Change-Id: I4a14c8b0cf1a8c822166ce01087b31c06722d8ae --- apps/plugins/test_mem.c | 1 + 1 file changed, 1 insertion(+) 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) x = buf[j+4]; } } + (void)x; #endif } -- cgit v1.2.3