X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fpool.h;h=f53d4061c828bb3679ddf3381cd201922811bf4a;hb=8eead54a68f22eea75c0599be14a9bc81e2f9fcd;hp=b2e14148ab2cea61f95d59c26afeced5b47b8677;hpb=23b7f48a17d33a426782161f721cff4fc6611ddf;p=bertos.git diff --git a/bertos/struct/pool.h b/bertos/struct/pool.h index b2e14148..f53d4061 100644 --- a/bertos/struct/pool.h +++ b/bertos/struct/pool.h @@ -31,7 +31,6 @@ * * \brief Pool macros. * - * \version $Id: pool.h 1294 2008-05-20 13:43:57Z asterix $ * \author Giovanni Bajo */ @@ -49,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