X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fpool.h;h=a44b14f3518b04d573290b573caaddb94a046209;hb=328675078ae8cd81cfa3524ad9cd082621a18566;hp=b2e14148ab2cea61f95d59c26afeced5b47b8677;hpb=23b7f48a17d33a426782161f721cff4fc6611ddf;p=bertos.git diff --git a/bertos/struct/pool.h b/bertos/struct/pool.h index b2e14148..a44b14f3 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