X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=38ba7e4ee198d3b025f45a68ca43bb5dd62f148a;hp=f5c605c742591619e452996709e4d5038249972c;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=cd665517f488ca62e71b7fd1db6df0813dee052a diff --git a/ChangeLog b/ChangeLog index f5c605c..38ba7e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-12-29 David Levine + + * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast + pointers to unsigned long before casting to unsigned int + to avoid warnings on 64-bit about casting from pointer + to int of different size. + + * uip/new.c: cast folder_len to int to avoid warning on + 64-bit about passing a size_t to an int conversion specifier. + 2009-12-25 David Levine * uip/inc.c: gcc 4.4.1 noticed that maildir could have been