X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1ee66705ca32340b21e89b007bdfb557b976b7d9;hb=264aa35;hp=3f5235a1b794c3591a7bdd263ecf8b93113e33bc;hpb=cfd76ac9d8626361147a0044a1fe5c4740ec5ee3;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 3f5235a1b..1ee66705c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-05-28 Jim Meyering + parse-datetime.y: accommodate -Wstrict-overflow + * lib/parse-datetime.y (yylex): Rearrange pointer arithmetic to + placate -Wstrict-overflow. + trim: avoid a warning from -O2 -Wstrict-overflow * lib/trim.c (trim2): Declare local to be "unsigned int", not "int".