aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-04 19:55:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-04 19:55:26 +0000
commit9d256a8b42e827204c80205cc47a982d5c5c7b52 (patch)
tree46f78a654c8a23249d63e2fc0963feaf19705aef /test
parentbc9d319ddb279f973404c2b1abf15ec1091bd891 (diff)
downloadChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.tar.gz
ChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.tar.bz2
ChibiOS-9d256a8b42e827204c80205cc47a982d5c5c7b52.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1903 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/testpools.c1
1 files changed, 1 insertions, 0 deletions
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;
}