From: lottaviano Date: Wed, 22 Dec 2010 09:40:48 +0000 (+0000) Subject: Fix pool module compilation issues. X-Git-Tag: 2.7.0~317 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1545cffc84576287b43e3f873eed0df3c8f8c20a;p=bertos.git Fix pool module compilation issues. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4649 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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