From 9d256a8b42e827204c80205cc47a982d5c5c7b52 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 May 2010 19:55:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1903 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testpools.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/testpools.c b/test/testpools.c index af4999547..fdd637768 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -62,6 +62,7 @@ static MEMORYPOOL_DECL(mp1, THD_WA_SIZE(THREADS_STACK_SIZE), NULL); static void *null_provider(size_t size) { + (void)size; return NULL; } -- cgit v1.2.3