X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7b6394d0e62d0408a1eb6ffa82e674cc84d3cd6c;hb=bfbd822767f532ab05e24bda5b67b992f3562321;hp=a64e05c5c275401b8d6792334d391aeb1549c84e;hpb=af5c3b38e1c9897a7a53fa7285ea58aabb3963b9;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index a64e05c5c..7b6394d0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-06-11 Jim Meyering + + test-sys_socket: mark variables as used more readably + * tests/test-sys_socket.c (main): Mark otherwise unused variables + as "used" explicitly via (void) statement casts. This is more + readable than using them in an artificial return expression. + Suggestion from Bruno Haible. + 2010-06-11 Bruno Haible Avoid some more warnings from "gcc -Wwrite-strings".