X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7e3a3c499d1637d633d385c1058947c02676e3c5..d8916ff5d389de5ab225cd6f40aeda1b285d0f28:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a0528ebc..38ba7e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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.