From 1545cffc84576287b43e3f873eed0df3c8f8c20a Mon Sep 17 00:00:00 2001 From: lottaviano Date: Wed, 22 Dec 2010 09:40:48 +0000 Subject: [PATCH] Fix pool module compilation issues. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4649 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/struct/pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/struct/pool.h b/bertos/struct/pool.h index 3348a870..f53d4061 100644 --- a/bertos/struct/pool.h +++ b/bertos/struct/pool.h @@ -48,7 +48,7 @@ storage name; \ INLINE void name##_init(void (*init_func)(type*)) \ { \ - int i; \ + size_t i; \ LIST_INIT(&name); \ for (i=0;i